Replication

Provides information that describes a serverless replication created by the CreateReplication operation.

Types

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

Properties

Link copied to clipboard

Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

Link copied to clipboard

Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

Link copied to clipboard

Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.

Link copied to clipboard

Error and other information about why a serverless replication failed.

Link copied to clipboard

The status output of premigration assessment in describe-replications.

Link copied to clipboard

Information about provisioning resources for an DMS serverless replication.

Link copied to clipboard

Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition parameter to start a CDC operation that begins at that checkpoint.

Link copied to clipboard

The Amazon Resource Name for the ReplicationConfig associated with the replication.

Link copied to clipboard

The identifier for the ReplicationConfig associated with the replication.

Link copied to clipboard

The time the serverless replication was created.

Link copied to clipboard

The timestamp when DMS will deprovision the replication.

Link copied to clipboard

The timestamp when replication was last stopped.

Link copied to clipboard

This object provides a collection of statistics about a serverless replication.

Link copied to clipboard

The type of the serverless replication.

Link copied to clipboard

The time the serverless replication was updated.

Link copied to clipboard

The Amazon Resource Name for an existing Endpoint the serverless replication uses for its data source.

Link copied to clipboard

The type of replication to start.

Link copied to clipboard

The current status of the serverless replication.

Link copied to clipboard

The reason the replication task was stopped. This response parameter can return one of the following values:

Link copied to clipboard

The Amazon Resource Name for an existing Endpoint the serverless replication uses for its data target.

Functions

Link copied to clipboard
inline fun copy(block: Replication.Builder.() -> Unit = {}): Replication
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