@Generated(value="jsii-pacmak/1.12.0 (build 5ddc9f2)", date="2020-09-25T17:39:22.159Z") @Stability(value=Experimental) public interface ClusterSubnetGroupProps extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClusterSubnetGroupProps.Builder
A builder for
ClusterSubnetGroupProps |
static class |
ClusterSubnetGroupProps.Jsii$Proxy
An implementation for
ClusterSubnetGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static ClusterSubnetGroupProps.Builder |
builder() |
String |
getDescription()
Description of the subnet group.
|
default RemovalPolicy |
getRemovalPolicy()
The removal policy to apply when the subnet group are removed from the stack or replaced during an update.
|
IVpc |
getVpc()
The VPC to place the subnet group in.
|
default SubnetSelection |
getVpcSubnets()
Which subnets within the VPC to associate with this group.
|
@Stability(value=Experimental) @NotNull String getDescription()
EXPERIMENTAL
@Stability(value=Experimental) @NotNull IVpc getVpc()
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default RemovalPolicy getRemovalPolicy()
Default: RemovalPolicy.RETAIN
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default SubnetSelection getVpcSubnets()
Default: - private subnets
EXPERIMENTAL
@Stability(value=Experimental) static ClusterSubnetGroupProps.Builder builder()
ClusterSubnetGroupProps.Builder of ClusterSubnetGroupPropsCopyright © 2020. All rights reserved.