@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:44.037Z") @Stability(value=Experimental) public interface VpcContextResponse extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
VpcContextResponse.Builder
A builder for
VpcContextResponse |
static class |
VpcContextResponse.Jsii$Proxy
An implementation for
VpcContextResponse |
| Modifier and Type | Method and Description |
|---|---|
static VpcContextResponse.Builder |
builder() |
List<String> |
getAvailabilityZones()
(experimental) AZs.
|
default List<String> |
getIsolatedSubnetIds()
(experimental) IDs of all isolated subnets.
|
default List<String> |
getIsolatedSubnetNames()
(experimental) Name of isolated subnet groups.
|
default List<String> |
getIsolatedSubnetRouteTableIds()
(experimental) Route Table IDs of isolated subnet groups.
|
default List<String> |
getPrivateSubnetIds()
(experimental) IDs of all private subnets.
|
default List<String> |
getPrivateSubnetNames()
(experimental) Name of private subnet groups.
|
default List<String> |
getPrivateSubnetRouteTableIds()
(experimental) Route Table IDs of private subnet groups.
|
default List<String> |
getPublicSubnetIds()
(experimental) IDs of all public subnets.
|
default List<String> |
getPublicSubnetNames()
(experimental) Name of public subnet groups.
|
default List<String> |
getPublicSubnetRouteTableIds()
(experimental) Route Table IDs of public subnet groups.
|
default List<VpcSubnetGroup> |
getSubnetGroups()
(experimental) The subnet groups discovered for the given VPC.
|
default String |
getVpcCidrBlock()
(experimental) VPC cidr.
|
String |
getVpcId()
(experimental) VPC id.
|
default String |
getVpnGatewayId()
(experimental) The VPN gateway ID.
|
@Stability(value=Experimental) @NotNull List<String> getAvailabilityZones()
@Stability(value=Experimental) @NotNull String getVpcId()
@Stability(value=Experimental) @Nullable default List<String> getIsolatedSubnetIds()
Element count: #(availabilityZones) · #(isolatedGroups)
@Stability(value=Experimental) @Nullable default List<String> getIsolatedSubnetNames()
Element count: #(isolatedGroups)
@Stability(value=Experimental) @Nullable default List<String> getIsolatedSubnetRouteTableIds()
Element count: #(availabilityZones) · #(isolatedGroups)
@Stability(value=Experimental) @Nullable default List<String> getPrivateSubnetIds()
Element count: #(availabilityZones) · #(privateGroups)
@Stability(value=Experimental) @Nullable default List<String> getPrivateSubnetNames()
Element count: #(privateGroups)
@Stability(value=Experimental) @Nullable default List<String> getPrivateSubnetRouteTableIds()
Element count: #(availabilityZones) · #(privateGroups)
@Stability(value=Experimental) @Nullable default List<String> getPublicSubnetIds()
Element count: #(availabilityZones) · #(publicGroups)
@Stability(value=Experimental) @Nullable default List<String> getPublicSubnetNames()
Element count: #(publicGroups)
@Stability(value=Experimental) @Nullable default List<String> getPublicSubnetRouteTableIds()
Element count: #(availabilityZones) · #(publicGroups)
@Stability(value=Experimental) @Nullable default List<VpcSubnetGroup> getSubnetGroups()
Unlike the above properties, this will include asymmetric subnets, if the VPC has any. This property will only be populated if {@link VpcContextQuery.returnAsymmetricSubnets} is true.
Default: - no subnet groups will be returned unless VpcContextQuery.returnAsymmetricSubnets is true
@Stability(value=Experimental) @Nullable default String getVpcCidrBlock()
Default: - CIDR information not available
@Stability(value=Experimental) @Nullable default String getVpnGatewayId()
@Stability(value=Experimental) static VpcContextResponse.Builder builder()
VpcContextResponse.Builder of VpcContextResponseCopyright © 2021. All rights reserved.