migration_projects_list_only
Lists migration_projects
in a region or regions, for all properties use migration_projects
Overview
Name | migration_projects_list_only |
Type | Resource |
Description | Resource schema for AWS::DMS::MigrationProject |
Id | aws.dms.migration_projects_list_only |
Fields
Name | Datatype | Description |
---|---|---|
migration_project_name | string | The property describes a name to identify the migration project. |
migration_project_identifier | string | The property describes an identifier for the migration project. It is used for describing/deleting/modifying can be name/arn |
migration_project_arn | string | The property describes an ARN of the migration project. |
migration_project_creation_time | string | The property describes a creating time of the migration project. |
instance_profile_identifier | string | The property describes an instance profile identifier for the migration project. For create |
instance_profile_name | string | The property describes an instance profile name for the migration project. For read |
instance_profile_arn | string | The property describes an instance profile arn for the migration project. For read |
transformation_rules | string | The property describes transformation rules for the migration project. |
description | string | The optional description of the migration project. |
schema_conversion_application_attributes | object | The property describes schema conversion application attributes for the migration project. |
source_data_provider_descriptors | array | The property describes source data provider descriptors for the migration project. |
target_data_provider_descriptors | array | The property describes target data provider descriptors for the migration project. |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all migration_projects
in a region.
SELECT
region,
migration_project_arn
FROM aws.dms.migration_projects_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the migration_projects_list_only
resource, see migration_projects