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