interface MigrationProjectReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DMS.MigrationProjectReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdms#MigrationProjectReference |
![]() | software.amazon.awscdk.services.dms.MigrationProjectReference |
![]() | aws_cdk.aws_dms.MigrationProjectReference |
![]() | aws-cdk-lib » 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 dms } from 'aws-cdk-lib';
const migrationProjectReference: 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.