ReplicationConfigReference

class aws_cdk.aws_dms.ReplicationConfigReference(*, replication_config_arn)

Bases: object

A reference to a ReplicationConfig resource.

Parameters:

replication_config_arn (str) – The ReplicationConfigArn of the ReplicationConfig 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 import aws_dms as dms

replication_config_reference = dms.ReplicationConfigReference(
    replication_config_arn="replicationConfigArn"
)

Attributes

replication_config_arn

The ReplicationConfigArn of the ReplicationConfig resource.