| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
SubnetType |
SubnetConfiguration.getSubnetType()
(experimental) The type of Subnet to configure.
|
SubnetType |
SubnetConfiguration.Jsii$Proxy.getSubnetType() |
default SubnetType |
SubnetSelection.getSubnetType()
(experimental) Select all subnets of the given type.
|
SubnetType |
SubnetSelection.Jsii$Proxy.getSubnetType() |
static SubnetType |
SubnetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubnetType[] |
SubnetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SubnetConfiguration.Builder |
SubnetConfiguration.Builder.subnetType(SubnetType subnetType)
Sets the value of
SubnetConfiguration.getSubnetType() |
SubnetSelection.Builder |
SubnetSelection.Builder.subnetType(SubnetType subnetType)
Sets the value of
SubnetSelection.getSubnetType() |
| Constructor and Description |
|---|
Jsii$Proxy(List<String> availabilityZones,
Boolean onePerAz,
List<? extends SubnetFilter> subnetFilters,
String subnetGroupName,
List<? extends ISubnet> subnets,
SubnetType subnetType)
Constructor that initializes the object based on literal property values passed by the
SubnetSelection.Builder. |
Jsii$Proxy(String name,
SubnetType subnetType,
Number cidrMask,
Boolean reserved)
Constructor that initializes the object based on literal property values passed by the
SubnetConfiguration.Builder. |
Copyright © 2021. All rights reserved.