NAME
Paws::DMS::ReplicationTask
USAGE
This 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, ..., TargetEndpointArn => $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
DESCRIPTION
This class has no description
ATTRIBUTES
CdcStartPosition => Str
Indicates 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 => Str
Indicates 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:3018-02-09T12:12:12”
Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “
LastFailureMessage => Str
The last error (failure) message generated for the replication instance.
MigrationType => Str
The type of migration.
RecoveryCheckpoint => Str
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.
ReplicationInstanceArn => Str
The Amazon Resource Name (ARN) of the replication instance.
ReplicationTaskArn => Str
The Amazon Resource Name (ARN) of the replication task.
ReplicationTaskCreationDate => Str
The date the replication task was created.
ReplicationTaskIdentifier => Str
The user-assigned replication task identifier or name.
Constraints:
Must contain from 1 to 255 alphanumeric characters or hyphens.
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
ReplicationTaskSettings => Str
The settings for the replication task.
ReplicationTaskStartDate => Str
The date the replication task is scheduled to start.
ReplicationTaskStats => Paws::DMS::ReplicationTaskStats
The statistics for the task, including elapsed time, tables loaded, and table errors.
SourceEndpointArn => Str
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
Status => Str
The status of the replication task.
StopReason => Str
The reason the replication task was stopped.
TableMappings => Str
Table mappings specified in the task.
TargetEndpointArn => Str
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::DMS
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues