@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:22.108Z") @Stability(value=Stable) public interface CfnReplicationSubnetGroupProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnReplicationSubnetGroupProps.Builder
A builder for
CfnReplicationSubnetGroupProps |
static class |
CfnReplicationSubnetGroupProps.Jsii$Proxy
An implementation for
CfnReplicationSubnetGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnReplicationSubnetGroupProps.Builder |
builder() |
String |
getReplicationSubnetGroupDescription()
`AWS::DMS::ReplicationSubnetGroup.ReplicationSubnetGroupDescription`.
|
default String |
getReplicationSubnetGroupIdentifier()
`AWS::DMS::ReplicationSubnetGroup.ReplicationSubnetGroupIdentifier`.
|
List<String> |
getSubnetIds()
`AWS::DMS::ReplicationSubnetGroup.SubnetIds`.
|
default List<CfnTag> |
getTags()
`AWS::DMS::ReplicationSubnetGroup.Tags`.
|
@Stability(value=Stable) @NotNull String getReplicationSubnetGroupDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupdescription@Stability(value=Stable) @NotNull List<String> getSubnetIds()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-subnetids@Stability(value=Stable) @Nullable default String getReplicationSubnetGroupIdentifier()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-replicationsubnetgroupidentifier@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationsubnetgroup.html#cfn-dms-replicationsubnetgroup-tags@Stability(value=Stable) static CfnReplicationSubnetGroupProps.Builder builder()
Copyright © 2020. All rights reserved.