data_migration_tags
Expands all tag keys and values for data_migrations
in a region
Overview
Name | data_migration_tags |
Type | Resource |
Description | Resource schema for AWS::DMS::DataMigration. |
Id | aws.dms.data_migration_tags |
Fields
Name | Datatype | Description |
---|---|---|
data_migration_name | string | The property describes a name to identify the data migration. |
data_migration_arn | string | The property describes an ARN of the data migration. |
data_migration_identifier | string | The property describes an ARN of the data migration. |
data_migration_create_time | string | The property describes the create time of the data migration. |
service_access_role_arn | string | The property describes Amazon Resource Name (ARN) of the service access role. |
migration_project_identifier | string | The property describes an identifier for the migration project. It is used for describing/deleting/modifying can be name/arn |
data_migration_type | string | The property describes the type of migration. |
data_migration_settings | object | The property describes the settings for the data migration. |
source_data_settings | array | The property describes the settings for the data migration. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all data_migrations
in a region.
SELECT
region,
data_migration_name,
data_migration_arn,
data_migration_identifier,
data_migration_create_time,
service_access_role_arn,
migration_project_identifier,
data_migration_type,
data_migration_settings,
source_data_settings,
tag_key,
tag_value
FROM aws.dms.data_migration_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the data_migration_tags
resource, see data_migrations