@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:44.037Z") @Stability(value=Experimental) public interface VpcSubnetGroup extends software.amazon.jsii.JsiiSerializable
The included subnets do NOT have to be symmetric!
| Modifier and Type | Interface and Description |
|---|---|
static class |
VpcSubnetGroup.Builder
A builder for
VpcSubnetGroup |
static class |
VpcSubnetGroup.Jsii$Proxy
An implementation for
VpcSubnetGroup |
| Modifier and Type | Method and Description |
|---|---|
static VpcSubnetGroup.Builder |
builder() |
String |
getName()
(experimental) The name of the subnet group, determined by looking at the tags of of the subnets that belong to it.
|
List<VpcSubnet> |
getSubnets()
(experimental) The subnets that are part of this group.
|
VpcSubnetGroupType |
getType()
(experimental) The type of the subnet group.
|
@Stability(value=Experimental) @NotNull String getName()
@Stability(value=Experimental) @NotNull List<VpcSubnet> getSubnets()
There is no condition that the subnets have to be symmetric in the group.
@Stability(value=Experimental) @NotNull VpcSubnetGroupType getType()
@Stability(value=Experimental) static VpcSubnetGroup.Builder builder()
VpcSubnetGroup.Builder of VpcSubnetGroupCopyright © 2021. All rights reserved.