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 => { LastFailureMessage => $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->LastFailureMessage

DESCRIPTION

This class has no description

ATTRIBUTES

LastFailureMessage => Str

The last error (failure) message generated for the replication
instance.

MigrationType => Str

The type of migration.

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 replication task identifier.

Constraints:

  • Must contain from 1 to 63 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.

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