DataMigrationReference

class aws_cdk.interfaces.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.interfaces import aws_dms as interfaces_aws_dms

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

Attributes

data_migration_arn

The DataMigrationArn of the DataMigration resource.