| Package | Description |
|---|---|
| software.amazon.awscdk.cxapi |
Cloud Executable API
|
| Modifier and Type | Class and Description |
|---|---|
static class |
VpcSubnetGroup.Jsii$Proxy
An implementation for
VpcSubnetGroup |
| Modifier and Type | Method and Description |
|---|---|
VpcSubnetGroup |
VpcSubnetGroup.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<VpcSubnetGroup> |
VpcContextResponse.getSubnetGroups()
(experimental) The subnet groups discovered for the given VPC.
|
List<VpcSubnetGroup> |
VpcContextResponse.Jsii$Proxy.getSubnetGroups() |
| Modifier and Type | Method and Description |
|---|---|
VpcContextResponse.Builder |
VpcContextResponse.Builder.subnetGroups(List<? extends VpcSubnetGroup> subnetGroups)
Sets the value of
VpcContextResponse.getSubnetGroups() |
| Constructor and Description |
|---|
Jsii$Proxy(List<String> availabilityZones,
String vpcId,
List<String> isolatedSubnetIds,
List<String> isolatedSubnetNames,
List<String> isolatedSubnetRouteTableIds,
List<String> privateSubnetIds,
List<String> privateSubnetNames,
List<String> privateSubnetRouteTableIds,
List<String> publicSubnetIds,
List<String> publicSubnetNames,
List<String> publicSubnetRouteTableIds,
List<? extends VpcSubnetGroup> subnetGroups,
String vpcCidrBlock,
String vpnGatewayId)
Constructor that initializes the object based on literal property values passed by the
VpcContextResponse.Builder. |
Copyright © 2021. All rights reserved.