| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default SubnetType |
SubnetSelection.getSubnetType()
Select all subnets of the given type.
|
SubnetType |
SubnetSelection.Jsii$Proxy.getSubnetType() |
SubnetType |
SubnetConfiguration.getSubnetType()
The type of Subnet to configure.
|
SubnetType |
SubnetConfiguration.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 |
|---|---|
SubnetSelection.Builder |
SubnetSelection.Builder.subnetType(SubnetType subnetType)
Sets the value of
SubnetSelection.getSubnetType() |
SubnetConfiguration.Builder |
SubnetConfiguration.Builder.subnetType(SubnetType subnetType)
Sets the value of
SubnetConfiguration.getSubnetType() |
Copyright © 2022. All rights reserved.