Database Migration Service Replication Instance

An AWS Database Migration Service Replication Instance is a managed compute resource that runs the replication tasks for migrating and continuously replicating data between databases. It provides the processing power, memory, and network capacity needed to perform schema conversion, data migration, and ongoing replication with minimal downtime.

aws.dms_replication

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
cdc_start_positioncorestringIndicates 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.
cdc_start_timecoretimestampIndicates 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.
cdc_stop_positioncorestringIndicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.
failure_messagescorearray<string>Error and other information about why a serverless replication failed.
premigration_assessment_statusescorejsonThe status output of premigration assessment in describe-replications.
provision_datacorejsonInformation about provisioning resources for an DMS serverless replication.
recovery_checkpointcorestringIndicates 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.
replication_config_arncorestringThe Amazon Resource Name for the ReplicationConfig associated with the replication.
replication_config_identifiercorestringThe identifier for the ReplicationConfig associated with the replication.
replication_create_timecoretimestampThe time the serverless replication was created.
replication_deprovision_timecoretimestampThe timestamp when DMS will deprovision the replication.
replication_last_stop_timecoretimestampThe timestamp when replication was last stopped.
replication_statscorejsonThis object provides a collection of statistics about a serverless replication.
replication_typecorestringThe type of the serverless replication.
replication_update_timecoretimestampThe time the serverless replication was updated.
source_endpoint_arncorestringThe Amazon Resource Name for an existing Endpoint the serverless replication uses for its data source.
start_replication_typecorestringThe type of replication to start.
statuscorestringThe current status of the serverless replication.
stop_reasoncorestringThe reason the replication task was stopped. This response parameter can return one of the following values: "Stop Reason NORMAL" "Stop Reason RECOVERABLE_ERROR" "Stop Reason FATAL_ERROR" "Stop Reason FULL_LOAD_ONLY_FINISHED" "Stop Reason STOPPED_AFTER_FULL_LOAD" – Full load completed, with cached changes not applied "Stop Reason STOPPED_AFTER_CACHED_EVENTS" – Full load completed, with cached changes applied "Stop Reason EXPRESS_LICENSE_LIMITS_REACHED" "Stop Reason STOPPED_AFTER_DDL_APPLY" – User-defined stop task after DDL applied "Stop Reason STOPPED_DUE_TO_LOW_MEMORY" "Stop Reason STOPPED_DUE_TO_LOW_DISK" "Stop Reason STOPPED_AT_SERVER_TIME" – User-defined server time for stopping task "Stop Reason STOPPED_AT_COMMIT_TIME" – User-defined commit time for stopping task "Stop Reason RECONFIGURATION_RESTART" "Stop Reason RECYCLE_TASK"
tagscorehstore
target_endpoint_arncorestringThe Amazon Resource Name for an existing Endpoint the serverless replication uses for its data target.