@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.884Z") @Stability(value=Stable) public interface CfnDBSubnetGroupProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDBSubnetGroupProps.Builder
A builder for
CfnDBSubnetGroupProps |
static class |
CfnDBSubnetGroupProps.Jsii$Proxy
An implementation for
CfnDBSubnetGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDBSubnetGroupProps.Builder |
builder() |
String |
getDbSubnetGroupDescription()
`AWS::DocDB::DBSubnetGroup.DBSubnetGroupDescription`.
|
default String |
getDbSubnetGroupName()
`AWS::DocDB::DBSubnetGroup.DBSubnetGroupName`.
|
List<String> |
getSubnetIds()
`AWS::DocDB::DBSubnetGroup.SubnetIds`.
|
default List<CfnTag> |
getTags()
`AWS::DocDB::DBSubnetGroup.Tags`.
|
@Stability(value=Stable) @NotNull String getDbSubnetGroupDescription()
@Stability(value=Stable) @NotNull List<String> getSubnetIds()
@Stability(value=Stable) @Nullable default String getDbSubnetGroupName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnDBSubnetGroupProps.Builder builder()
CfnDBSubnetGroupProps.Builder of CfnDBSubnetGroupPropsCopyright © 2021. All rights reserved.