data_migrations_list_only
Lists data_migrations in a region or regions, for all properties use data_migrations
Overview
| Name | data_migrations_list_only |
| Type | Resource |
| Description | Resource schema for AWS::DMS::DataMigration. |
| Id | aws.dms.data_migrations_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
data_migration_arn | string | The property describes an ARN of the data migration. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all data_migrations in a region.
SELECT
region,
data_migration_arn
FROM aws.dms.data_migrations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the data_migrations_list_only resource, see data_migrations