DataMigrationReference

class aws_cdk.aws_dms.DataMigrationReference(*, data_migration_arn)

Bases: object

A reference to a DataMigration resource.

Parameters:

data_migration_arn (str) – The DataMigrationArn of the DataMigration 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

data_migration_reference = dms.DataMigrationReference(
    data_migration_arn="dataMigrationArn"
)

Attributes

data_migration_arn

The DataMigrationArn of the DataMigration resource.