Modifier and Type | Class and Description |
---|---|
static class |
SubnetConfiguration.Jsii$Proxy
An implementation for
SubnetConfiguration |
Modifier and Type | Field and Description |
---|---|
static List<SubnetConfiguration> |
Vpc.DEFAULT_SUBNETS
The default subnet configuration.
|
static List<SubnetConfiguration> |
Vpc.DEFAULT_SUBNETS_NO_NAT
The default subnet configuration if natGateways specified to be 0.
|
Modifier and Type | Method and Description |
---|---|
SubnetConfiguration |
SubnetConfiguration.Builder.build()
Builds the configured instance.
|
Modifier and Type | Method and Description |
---|---|
default List<SubnetConfiguration> |
VpcProps.getSubnetConfiguration()
Configure the subnets to build for each AZ.
|
List<SubnetConfiguration> |
VpcProps.Jsii$Proxy.getSubnetConfiguration() |
Modifier and Type | Method and Description |
---|---|
Vpc.Builder |
Vpc.Builder.subnetConfiguration(List<? extends SubnetConfiguration> subnetConfiguration)
Configure the subnets to build for each AZ.
|
VpcProps.Builder |
VpcProps.Builder.subnetConfiguration(List<? extends SubnetConfiguration> subnetConfiguration)
Sets the value of
VpcProps.getSubnetConfiguration() |
Constructor and Description |
---|
Jsii$Proxy(String cidr,
DefaultInstanceTenancy defaultInstanceTenancy,
Boolean enableDnsHostnames,
Boolean enableDnsSupport,
Map<String,? extends FlowLogOptions> flowLogs,
Map<String,? extends GatewayVpcEndpointOptions> gatewayEndpoints,
Number maxAzs,
NatProvider natGatewayProvider,
Number natGateways,
SubnetSelection natGatewaySubnets,
List<? extends SubnetConfiguration> subnetConfiguration,
Map<String,? extends VpnConnectionOptions> vpnConnections,
Boolean vpnGateway,
Number vpnGatewayAsn,
List<? extends SubnetSelection> vpnRoutePropagation)
Constructor that initializes the object based on literal property values passed by the
VpcProps.Builder . |
Copyright © 2021. All rights reserved.