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