ModifyReplicationTaskRequest
Types
Properties
Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.
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.
Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.
The migration type. Valid values: full-load
| cdc
| full-load-and-cdc
The Amazon Resource Name (ARN) of the replication task.
The replication task identifier.
JSON file that contains settings for the task, such as task metadata settings.
When using the CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with file://
. For example, --table-mappings file://mappingfile.json
. When working with the DMS API, provide the JSON as the parameter value.
Supplemental information that the task requires to migrate the data for certain source and target endpoints. For more information, see Specifying Supplemental Data for Task Settings in the Database Migration Service User Guide.