NetworkMigrationDefinitionReference
- class aws_cdk.interfaces.aws_mgn.NetworkMigrationDefinitionReference(*, network_migration_definition_arn)
Bases:
objectA reference to a NetworkMigrationDefinition resource.
- Parameters:
network_migration_definition_arn (
str) – The Arn of the NetworkMigrationDefinition 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_mgn as interfaces_mgn network_migration_definition_reference = interfaces_mgn.NetworkMigrationDefinitionReference( network_migration_definition_arn="networkMigrationDefinitionArn" )
Attributes
- network_migration_definition_arn
The Arn of the NetworkMigrationDefinition resource.