| 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
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 |
|---|---|
VpcProps.Builder |
VpcProps.Builder.subnetConfiguration(List<? extends SubnetConfiguration> subnetConfiguration)
Sets the value of
VpcProps.getSubnetConfiguration() |
Vpc.Builder |
Vpc.Builder.subnetConfiguration(List<? extends SubnetConfiguration> subnetConfiguration)
Configure the subnets to build for each AZ.
|
Copyright © 2022. All rights reserved.