@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-12-01T18:33:16.395Z") @Stability(value=Experimental) public interface ClusterSubnetGroupProps extends software.amazon.jsii.JsiiSerializable
| 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()
(experimental) Description of the subnet group.
|
default RemovalPolicy |
getRemovalPolicy()
(experimental) The removal policy to apply when the subnet group are removed from the stack or replaced during an update.
|
IVpc |
getVpc()
(experimental) The VPC to place the subnet group in.
|
default SubnetSelection |
getVpcSubnets()
(experimental) Which subnets within the VPC to associate with this group.
|
@Stability(value=Experimental) @NotNull String getDescription()
@Stability(value=Experimental) @NotNull IVpc getVpc()
@Stability(value=Experimental) @Nullable default RemovalPolicy getRemovalPolicy()
Default: RemovalPolicy.RETAIN
@Stability(value=Experimental) @Nullable default SubnetSelection getVpcSubnets()
Default: - private subnets
@Stability(value=Experimental) static ClusterSubnetGroupProps.Builder builder()
ClusterSubnetGroupProps.Builder of ClusterSubnetGroupPropsCopyright © 2020. All rights reserved.