![]() |
![]()
| ![]() |
![]()
NAMEPaws::DMS::ReplicationTask USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::DMS::ReplicationTask object: $service_obj->Method(Att1 => { CdcStartPosition => $value, ..., TaskData => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::DMS::ReplicationTask object: $result = $service_obj->Method(...); $result->Att1->CdcStartPosition DESCRIPTIONProvides information that describes a replication task created by the "CreateReplicationTask" operation. ATTRIBUTESCdcStartPosition => StrIndicates when you want a change data capture (CDC) operation to start. Use either "CdcStartPosition" or "CdcStartTime" to specify when you want the CDC operation to start. Specifying both values results in an error. The value can be in date, checkpoint, or LSN/SCN format. Date Example: --cdc-start-position “2018-03-08T12:12:12” Checkpoint Example: --cdc-start-position "checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93" LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373” CdcStopPosition => StrIndicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time. Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12” Commit time example: --cdc-stop-position “commit_time: 2018-02-09T12:12:12 “ LastFailureMessage => StrThe last error (failure) message generated for the replication task. MigrationType => StrThe type of migration. RecoveryCheckpoint => StrIndicates 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. ReplicationInstanceArn => StrThe ARN of the replication instance. ReplicationTaskArn => StrThe Amazon Resource Name (ARN) of the replication task. ReplicationTaskCreationDate => StrThe date the replication task was created. ReplicationTaskIdentifier => StrThe user-assigned replication task identifier or name. Constraints:
ReplicationTaskSettings => StrThe settings for the replication task. ReplicationTaskStartDate => StrThe date the replication task is scheduled to start. ReplicationTaskStats => Paws::DMS::ReplicationTaskStatsThe statistics for the task, including elapsed time, tables loaded, and table errors. SourceEndpointArn => StrThe Amazon Resource Name (ARN) that uniquely identifies the endpoint. Status => StrThe status of the replication task. This response parameter can return one of the following values:
StopReason => StrThe reason the replication task was stopped. This response parameter can return one of the following values:
TableMappings => StrTable mappings specified in the task. TargetEndpointArn => StrThe ARN that uniquely identifies the endpoint. TargetReplicationInstanceArn => StrThe ARN of the replication instance to which this task is moved in response to running the "MoveReplicationTask" (https://docs.aws.amazon.com/dms/latest/APIReference/API_MoveReplicationTask.html) operation. Otherwise, this response parameter isn't a member of the "ReplicationTask" object. TaskData => StrSupplemental 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 (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html) in the AWS Database Migration Service User Guide. SEE ALSOThis class forms part of Paws, describing an object used in Paws::DMS BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|