Skip to main content

data_migration_tags

Expands all tag keys and values for data_migrations in a region

Overview

Namedata_migration_tags
TypeResource
DescriptionResource schema for AWS::DMS::DataMigration.
Idaws.dms.data_migration_tags

Fields

NameDatatypeDescription
data_migration_namestringThe property describes a name to identify the data migration.
data_migration_arnstringThe property describes an ARN of the data migration.
data_migration_identifierstringThe property describes an ARN of the data migration.
data_migration_create_timestringThe property describes the create time of the data migration.
service_access_role_arnstringThe property describes Amazon Resource Name (ARN) of the service access role.
migration_project_identifierstringThe property describes an identifier for the migration project. It is used for describing/deleting/modifying can be name/arn
data_migration_typestringThe property describes the type of migration.
data_migration_settingsobjectThe property describes the settings for the data migration.
source_data_settingsarrayThe property describes the settings for the data migration.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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