Database Migration Service Data Migration Task

An AWS Database Migration Service Data Migration Task defines the actual migration job that moves data between a source and target database. It specifies details such as the migration type (full load, ongoing replication, or both), the mapping of tables, and transformation rules. This task runs within a replication instance and manages the flow of data, ensuring that databases are synchronized with minimal downtime during migration.

aws.dms_data_migration

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
data_migration_arncorestringThe Amazon Resource Name (ARN) that identifies this replication.
data_migration_cidr_blockscorearray<string>The CIDR blocks of the endpoints for the data migration.
data_migration_create_timecoretimestampThe UTC time when DMS created the data migration.
data_migration_end_timecoretimestampThe UTC time when data migration ended.
data_migration_namecorestringThe user-friendly name for the data migration.
data_migration_settingscorejsonSpecifies CloudWatch settings and selection rules for the data migration.
data_migration_start_timecoretimestampThe UTC time when DMS started the data migration.
data_migration_statisticscorejsonProvides information about the data migration's run, including start and stop time, latency, and data migration progress.
data_migration_statuscorestringThe current status of the data migration.
data_migration_typecorestringSpecifies whether the data migration is full-load only, change data capture (CDC) only, or full-load and CDC.
last_failure_messagecorestringInformation about the data migration's most recent error or failure.
migration_project_arncorestringThe Amazon Resource Name (ARN) of the data migration's associated migration project.
public_ip_addressescorearray<string>The IP addresses of the endpoints for the data migration.
service_access_role_arncorestringThe IAM role that the data migration uses to access Amazon Web Services resources.
source_data_settingscorejsonSpecifies information about the data migration's source data provider.
stop_reasoncorestringThe reason the data migration last stopped.
tagscorehstore
target_data_settingscorejsonSpecifies information about the data migration's target data provider.