DataMigration
This object provides information about a Amazon DMS data migration.
Contents
- DataMigrationArn
 - 
               
The Amazon Resource Name (ARN) that identifies this replication.
Type: String
Required: No
 - DataMigrationCidrBlocks
 - 
               
The CIDR blocks of the endpoints for the data migration.
Type: Array of strings
Required: No
 - DataMigrationCreateTime
 - 
               
The UTC time when DMS created the data migration.
Type: Timestamp
Required: No
 - DataMigrationEndTime
 - 
               
The UTC time when data migration ended.
Type: Timestamp
Required: No
 - DataMigrationName
 - 
               
The user-friendly name for the data migration.
Type: String
Required: No
 - DataMigrationSettings
 - 
               
Specifies CloudWatch settings and selection rules for the data migration.
Type: DataMigrationSettings object
Required: No
 - DataMigrationStartTime
 - 
               
The UTC time when DMS started the data migration.
Type: Timestamp
Required: No
 - DataMigrationStatistics
 - 
               
Provides information about the data migration's run, including start and stop time, latency, and data migration progress.
Type: DataMigrationStatistics object
Required: No
 - DataMigrationStatus
 - 
               
The current status of the data migration.
Type: String
Required: No
 - DataMigrationType
 - 
               
Specifies whether the data migration is full-load only, change data capture (CDC) only, or full-load and CDC.
Type: String
Valid Values:
full-load | cdc | full-load-and-cdcRequired: No
 - LastFailureMessage
 - 
               
Information about the data migration's most recent error or failure.
Type: String
Required: No
 - MigrationProjectArn
 - 
               
The Amazon Resource Name (ARN) of the data migration's associated migration project.
Type: String
Required: No
 - PublicIpAddresses
 - 
               
The IP addresses of the endpoints for the data migration.
Type: Array of strings
Required: No
 - ServiceAccessRoleArn
 - 
               
The IAM role that the data migration uses to access Amazon resources.
Type: String
Required: No
 - SourceDataSettings
 - 
               
Specifies information about the data migration's source data provider.
Type: Array of SourceDataSetting objects
Required: No
 - StopReason
 - 
               
The reason the data migration last stopped.
Type: String
Required: No
 - TargetDataSettings
 - 
               
Specifies information about the data migration's target data provider.
Type: Array of TargetDataSetting objects
Required: No
 
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: