interface DataMigrationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DMS.DataMigrationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdms#DataMigrationReference |
![]() | software.amazon.awscdk.services.dms.DataMigrationReference |
![]() | aws_cdk.aws_dms.DataMigrationReference |
![]() | aws-cdk-lib » aws_dms » DataMigrationReference |
A reference to a DataMigration 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 dataMigrationReference: dms.DataMigrationReference = {
dataMigrationArn: 'dataMigrationArn',
};
Properties
Name | Type | Description |
---|---|---|
data | string | The DataMigrationArn of the DataMigration resource. |
dataMigrationArn
Type:
string
The DataMigrationArn of the DataMigration resource.