@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:08.206Z") @Stability(value=Stable) public interface CfnSubnetGroupProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSubnetGroupProps.Builder
A builder for
CfnSubnetGroupProps |
static class |
CfnSubnetGroupProps.Jsii$Proxy
An implementation for
CfnSubnetGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnSubnetGroupProps.Builder |
builder() |
default String |
getCacheSubnetGroupName()
`AWS::ElastiCache::SubnetGroup.CacheSubnetGroupName`.
|
String |
getDescription()
`AWS::ElastiCache::SubnetGroup.Description`.
|
List<String> |
getSubnetIds()
`AWS::ElastiCache::SubnetGroup.SubnetIds`.
|
default List<CfnTag> |
getTags()
`AWS::ElastiCache::SubnetGroup.Tags`.
|
@Stability(value=Stable) @NotNull String getDescription()
@Stability(value=Stable) @NotNull List<String> getSubnetIds()
@Stability(value=Stable) @Nullable default String getCacheSubnetGroupName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnSubnetGroupProps.Builder builder()
CfnSubnetGroupProps.Builder of CfnSubnetGroupPropsCopyright © 2021. All rights reserved.