NAME

Paws::DMS::CreateReplicationTask - Arguments for method CreateReplicationTask on Paws::DMS

DESCRIPTION

This class represents the parameters used for calling the method CreateReplicationTask on the AWS Database Migration Service service. Use the attributes of this class as arguments to method CreateReplicationTask.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to CreateReplicationTask.

As an example:

$service_obj->CreateReplicationTask(Att1 => $value1, Att2 => $value2, ...);

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object.

ATTRIBUTES

CdcStartTime => Str

The start time for the Change Data Capture (CDC) operation.

REQUIRED MigrationType => Str

The migration type.

Valid values are: "full-load", "cdc", "full-load-and-cdc"

REQUIRED ReplicationInstanceArn => Str

The Amazon Resource Name (ARN) of the replication instance.

REQUIRED 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

Settings for the task, such as target metadata settings.

REQUIRED SourceEndpointArn => Str

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

REQUIRED TableMappings => Str

The path of the JSON file that contains the table mappings.

Tags => ArrayRef[Paws::DMS::Tag]

Tags to be added to the replication instance.

REQUIRED TargetEndpointArn => Str

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

SEE ALSO

This class forms part of Paws, documenting arguments for method CreateReplicationTask 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