Uses of Class
software.amazon.awscdk.services.ec2.alpha.SubnetV2.Builder
-
Uses of SubnetV2.Builder in software.amazon.awscdk.services.ec2.alpha
Modifier and TypeMethodDescriptionSubnetV2.Builder.assignIpv6AddressOnCreation
(Boolean assignIpv6AddressOnCreation) (experimental) Indicates whether a network interface created in this subnet receives an IPv6 address.SubnetV2.Builder.availabilityZone
(String availabilityZone) (experimental) Custom AZ for the subnet.static SubnetV2.Builder
SubnetV2.Builder.ipv4CidrBlock
(IpCidr ipv4CidrBlock) (experimental) ipv4 cidr to assign to this subnet.SubnetV2.Builder.ipv6CidrBlock
(IpCidr ipv6CidrBlock) (experimental) Ipv6 CIDR Range for subnet.SubnetV2.Builder.routeTable
(IRouteTable routeTable) (experimental) Custom Route for subnet.SubnetV2.Builder.subnetName
(String subnetName) (experimental) Subnet name.SubnetV2.Builder.subnetType
(SubnetType subnetType) (experimental) The type of Subnet to configure.(experimental) VPC Prop.