interface DataMigrationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.DMS.DataMigrationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsdms#DataMigrationReference |
Java | software.amazon.awscdk.interfaces.dms.DataMigrationReference |
Python | aws_cdk.interfaces.aws_dms.DataMigrationReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_dms } from 'aws-cdk-lib/interfaces';
const dataMigrationReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript