interface IMigrationProjectRef
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.DMS.IMigrationProjectRef | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdms#IMigrationProjectRef | 
|  Java | software.amazon.awscdk.services.dms.IMigrationProjectRef | 
|  Python | aws_cdk.aws_dms.IMigrationProjectRef | 
|  TypeScript | aws-cdk-lib»aws_dms»IMigrationProjectRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a MigrationProject.
Properties
| Name | Type | Description | 
|---|---|---|
| migration | Migration | A reference to a MigrationProject resource. | 
| node | Node | The tree node. | 
migrationProjectRef
Type:
Migration
A reference to a MigrationProject resource.
node
Type:
Node
The tree node.
