GetReplicationTaskResult

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
constructor(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

Link copied to clipboard
object Companion

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

(Conflicts with cdc_start_position) The Unix timestamp integer for the start of the Change Data Capture (CDC) operation.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The migration type. Can be one of full-load | cdc | full-load-and-cdc.

Link copied to clipboard

The Amazon Resource Name (ARN) of the replication instance.

Link copied to clipboard

The Amazon Resource Name (ARN) for the replication task.

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

The Amazon Resource Name (ARN) string that uniquely identifies the source endpoint.

Link copied to clipboard

Whether to run or stop the replication task.

Link copied to clipboard

Replication Task status.

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

Link copied to clipboard
Link copied to clipboard

The Amazon Resource Name (ARN) string that uniquely identifies the target endpoint.