interface MigrationProjectReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.DMS.MigrationProjectReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsdms#MigrationProjectReference |
Java | software.amazon.awscdk.interfaces.dms.MigrationProjectReference |
Python | aws_cdk.interfaces.aws_dms.MigrationProjectReference |
TypeScript | aws-cdk-lib » interfaces » aws_dms » MigrationProjectReference |
A reference to a MigrationProject resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_dms as interfaces_aws_dms } from 'aws-cdk-lib/interfaces';
const migrationProjectReference: interfaces_aws_dms.MigrationProjectReference = {
migrationProjectArn: 'migrationProjectArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| migration | string | The MigrationProjectArn of the MigrationProject resource. |
migrationProjectArn
Type:
string
The MigrationProjectArn of the MigrationProject resource.

.NET
Go
Java
Python
TypeScript