@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:32.043Z") @Stability(value=Experimental) 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()
(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.
|
default String |
getSubnetGroupName()
(experimental) The name of the subnet group.
|
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.DESTROY
@Stability(value=Experimental) @Nullable default String getSubnetGroupName()
Default: - a name is generated
@Stability(value=Experimental) @Nullable default SubnetSelection getVpcSubnets()
Default: - private subnets
@Stability(value=Experimental) static SubnetGroupProps.Builder builder()
SubnetGroupProps.Builder of SubnetGroupPropsCopyright © 2021. All rights reserved.