| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| 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
(experimental) The default subnet configuration.
|
static List<SubnetConfiguration> |
Vpc.DEFAULT_SUBNETS_NO_NAT
(experimental) 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()
(experimental) Configure the subnets to build for each AZ.
|
List<SubnetConfiguration> |
VpcProps.Jsii$Proxy.getSubnetConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
VpcProps.Builder |
VpcProps.Builder.subnetConfiguration(List<? extends SubnetConfiguration> subnetConfiguration)
Sets the value of
VpcProps.getSubnetConfiguration() |
Vpc.Builder |
Vpc.Builder.subnetConfiguration(List<? extends SubnetConfiguration> subnetConfiguration)
(experimental) Configure the subnets to build for each AZ.
|
| 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.