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