Uses of Enum
software.amazon.awscdk.services.ec2.SubnetType
Package
Description
Amazon EC2 Construct Library
Amazon VpcV2 Construct Library
-
Uses of SubnetType in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptionSubnetConfiguration.getSubnetType()
The type of Subnet to configure.final SubnetType
SubnetConfiguration.Jsii$Proxy.getSubnetType()
default SubnetType
SubnetSelection.getSubnetType()
Select all subnets of the given type.final SubnetType
SubnetSelection.Jsii$Proxy.getSubnetType()
static SubnetType
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 TypeMethodDescriptionSubnetConfiguration.Builder.subnetType
(SubnetType subnetType) Sets the value ofSubnetConfiguration.getSubnetType()
SubnetSelection.Builder.subnetType
(SubnetType subnetType) Sets the value ofSubnetSelection.getSubnetType()
-
Uses of SubnetType in software.amazon.awscdk.services.ec2.alpha
Modifier and TypeMethodDescriptiondefault SubnetType
ISubnetV2.getSubnetType()
(experimental) The type of subnet (public or private) that this subnet represents.default SubnetType
ISubnetV2.Jsii$Default.getSubnetType()
(experimental) The type of subnet (public or private) that this subnet represents.final SubnetType
ISubnetV2.Jsii$Proxy.getSubnetType()
(experimental) The type of subnet (public or private) that this subnet represents.SubnetV2.getSubnetType()
(experimental) The type of subnet (public or private) that this subnet represents.SubnetV2Attributes.getSubnetType()
(experimental) The type of subnet (public or private) that this subnet represents.final SubnetType
SubnetV2Attributes.Jsii$Proxy.getSubnetType()
SubnetV2Props.getSubnetType()
(experimental) The type of Subnet to configure.final SubnetType
SubnetV2Props.Jsii$Proxy.getSubnetType()
Modifier and TypeMethodDescriptionSubnetV2.Builder.subnetType
(SubnetType subnetType) (experimental) The type of Subnet to configure.SubnetV2Attributes.Builder.subnetType
(SubnetType subnetType) Sets the value ofSubnetV2Attributes.getSubnetType()
SubnetV2Props.Builder.subnetType
(SubnetType subnetType) Sets the value ofSubnetV2Props.getSubnetType()