AwsDmsReplicationTaskDetails

Provides details about an Database Migration Service (DMS) replication task. A replication task moves a set of data from the source endpoint to the target endpoint.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates when you want a change data capture (CDC) operation to start. CCdcStartPosition or CCdcStartTime specifies when you want a CDC operation to start. Only a value for one of these fields is included.

Link copied to clipboard

Indicates the start time for a CDC operation. CdcStartPosition or CCdcStartTime specifies when you want a CDC operation to start. Only a value for one of these fields is included.

Link copied to clipboard

Indicates when you want a CDC operation to stop. The value can be either server time or commit time.

Link copied to clipboard
val id: String?

The identifier of the replication task.

Link copied to clipboard

The migration type.

Link copied to clipboard

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

Link copied to clipboard

The user-defined replication task identifier or name.

Link copied to clipboard

The settings for the replication task.

Link copied to clipboard

A display name for the resource identifier at the end of the EndpointArn response parameter. If you don't specify a ResourceIdentifier value, DMS generates a default identifier value for the end of EndpointArn.

Link copied to clipboard

The ARN of the source endpoint.

Link copied to clipboard

The table mappings for the replication task, in JSON format.

Link copied to clipboard

The ARN of the target endpoint.

Link copied to clipboard

Supplemental information that the task requires to migrate the data for certain source and target endpoints.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String