@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.131Z") @Stability(value=Experimental) public interface VpcAttributes extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
VpcAttributes.Builder
A builder for
VpcAttributes |
static class |
VpcAttributes.Jsii$Proxy
An implementation for
VpcAttributes |
| Modifier and Type | Method and Description |
|---|---|
static VpcAttributes.Builder |
builder() |
List<String> |
getAvailabilityZones()
(experimental) List of availability zones for the subnets in this VPC.
|
default List<String> |
getIsolatedSubnetIds()
(experimental) List of isolated subnet IDs.
|
default List<String> |
getIsolatedSubnetNames()
(experimental) List of names for the isolated subnets.
|
default List<String> |
getIsolatedSubnetRouteTableIds()
(experimental) List of IDs of routing tables for the isolated subnets.
|
default List<String> |
getPrivateSubnetIds()
(experimental) List of private subnet IDs.
|
default List<String> |
getPrivateSubnetNames()
(experimental) List of names for the private subnets.
|
default List<String> |
getPrivateSubnetRouteTableIds()
(experimental) List of IDs of routing tables for the private subnets.
|
default List<String> |
getPublicSubnetIds()
(experimental) List of public subnet IDs.
|
default List<String> |
getPublicSubnetNames()
(experimental) List of names for the public subnets.
|
default List<String> |
getPublicSubnetRouteTableIds()
(experimental) List of IDs of routing tables for the public subnets.
|
default String |
getVpcCidrBlock()
(experimental) VPC's CIDR range.
|
String |
getVpcId()
(experimental) VPC's identifier.
|
default String |
getVpnGatewayId()
(experimental) VPN gateway's identifier.
|
@Stability(value=Experimental) @NotNull List<String> getAvailabilityZones()
@Stability(value=Experimental) @NotNull String getVpcId()
@Stability(value=Experimental) @Nullable default List<String> getIsolatedSubnetIds()
Must be undefined or match the availability zones in length and order.
@Stability(value=Experimental) @Nullable default List<String> getIsolatedSubnetNames()
Must be undefined or have a name for every isolated subnet group.
@Stability(value=Experimental) @Nullable default List<String> getIsolatedSubnetRouteTableIds()
Must be undefined or have a name for every isolated subnet group.
@Stability(value=Experimental) @Nullable default List<String> getPrivateSubnetIds()
Must be undefined or match the availability zones in length and order.
@Stability(value=Experimental) @Nullable default List<String> getPrivateSubnetNames()
Must be undefined or have a name for every private subnet group.
@Stability(value=Experimental) @Nullable default List<String> getPrivateSubnetRouteTableIds()
Must be undefined or have a name for every private subnet group.
@Stability(value=Experimental) @Nullable default List<String> getPublicSubnetIds()
Must be undefined or match the availability zones in length and order.
@Stability(value=Experimental) @Nullable default List<String> getPublicSubnetNames()
Must be undefined or have a name for every public subnet group.
@Stability(value=Experimental) @Nullable default List<String> getPublicSubnetRouteTableIds()
Must be undefined or have a name for every public subnet group.
@Stability(value=Experimental) @Nullable default String getVpcCidrBlock()
Default: - Retrieving the CIDR from the VPC will fail
@Stability(value=Experimental) @Nullable default String getVpnGatewayId()
@Stability(value=Experimental) static VpcAttributes.Builder builder()
VpcAttributes.Builder of VpcAttributesCopyright © 2021. All rights reserved.