Get Replication Task Result
data class GetReplicationTaskResult(val cdcStartPosition: String, val cdcStartTime: String, val id: String, val migrationType: String, val replicationInstanceArn: String, val replicationTaskArn: String, val replicationTaskId: String, val replicationTaskSettings: String, val sourceEndpointArn: String, val startReplicationTask: Boolean, val status: String, val tableMappings: String, val tags: Map<String, String>, val targetEndpointArn: String)
A collection of values returned by getReplicationTask.
Constructors
Link copied to clipboard
fun GetReplicationTaskResult(cdcStartPosition: String, cdcStartTime: String, id: String, migrationType: String, replicationInstanceArn: String, replicationTaskArn: String, replicationTaskId: String, replicationTaskSettings: String, sourceEndpointArn: String, startReplicationTask: Boolean, status: String, tableMappings: String, tags: Map<String, String>, targetEndpointArn: String)
Types
Properties
Link copied to clipboard
(Conflicts with cdc_start_time
) Indicates when you want a change data capture (CDC) operation to start. The value can be in date, checkpoint, or LSN/SCN format depending on the source engine. For more information, see Determining a CDC native start point.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
An escaped JSON string that contains the task settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.
Link copied to clipboard
Link copied to clipboard
An escaped JSON string that contains the table mappings. For information on table mapping see Using Table Mapping with an AWS Database Migration Service Task to Select and Filter Data