| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
PublicSubnet |
PublicSubnet.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<PublicSubnet> |
ConfigureNatOptions.getNatSubnets()
(experimental) The public subnets where the NAT providers need to be placed.
|
List<PublicSubnet> |
ConfigureNatOptions.Jsii$Proxy.getNatSubnets() |
| Modifier and Type | Method and Description |
|---|---|
ConfigureNatOptions.Builder |
ConfigureNatOptions.Builder.natSubnets(List<? extends PublicSubnet> natSubnets)
Sets the value of
ConfigureNatOptions.getNatSubnets() |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends PublicSubnet> natSubnets,
List<? extends PrivateSubnet> privateSubnets,
Vpc vpc)
Constructor that initializes the object based on literal property values passed by the
ConfigureNatOptions.Builder. |
Copyright © 2021. All rights reserved.