ReplicationTaskReference

class aws_cdk.interfaces.aws_dms.ReplicationTaskReference(*, replication_task_arn)

Bases: object

A reference to a ReplicationTask resource.

Parameters:

replication_task_arn (str) – The ReplicationTaskArn of the ReplicationTask resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_dms as interfaces_dms

replication_task_reference = interfaces_dms.ReplicationTaskReference(
    replication_task_arn="replicationTaskArn"
)

Attributes

replication_task_arn

The ReplicationTaskArn of the ReplicationTask resource.