@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-17T00:23:31.773Z") @Stability(value=Stable) public interface CfnClusterSubnetGroupProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnClusterSubnetGroupProps.Builder
A builder for
CfnClusterSubnetGroupProps |
static class |
CfnClusterSubnetGroupProps.Jsii$Proxy
An implementation for
CfnClusterSubnetGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnClusterSubnetGroupProps.Builder |
builder() |
String |
getDescription()
`AWS::Redshift::ClusterSubnetGroup.Description`.
|
List<String> |
getSubnetIds()
`AWS::Redshift::ClusterSubnetGroup.SubnetIds`.
|
default List<CfnTag> |
getTags()
`AWS::Redshift::ClusterSubnetGroup.Tags`.
|
@Stability(value=Stable) @NotNull String getDescription()
@Stability(value=Stable) @NotNull List<String> getSubnetIds()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnClusterSubnetGroupProps.Builder builder()
CfnClusterSubnetGroupProps.Builder of CfnClusterSubnetGroupPropsCopyright © 2021. All rights reserved.