@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:51.611Z") @Stability(value=Stable) public interface SubnetGroupProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
SubnetGroupProps.Builder
A builder for
SubnetGroupProps |
static class |
SubnetGroupProps.Jsii$Proxy
An implementation for
SubnetGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static SubnetGroupProps.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.
|
default String |
getSubnetGroupName()
The name of the subnet group.
|
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=Stable) @NotNull String getDescription()
@Stability(value=Stable) @NotNull IVpc getVpc()
@Stability(value=Stable) @Nullable default RemovalPolicy getRemovalPolicy()
Default: RemovalPolicy.DESTROY
@Stability(value=Stable) @Nullable default String getSubnetGroupName()
Default: - a name is generated
@Stability(value=Stable) @Nullable default SubnetSelection getVpcSubnets()
Default: - private subnets
@Stability(value=Stable) static SubnetGroupProps.Builder builder()
SubnetGroupProps.Builder of SubnetGroupPropsCopyright © 2021. All rights reserved.