| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnSubnet.Builder |
CfnSubnet.Builder.assignIpv6AddressOnCreation(Boolean assignIpv6AddressOnCreation)
Indicates whether a network interface created in this subnet receives an IPv6 address.
|
CfnSubnet.Builder |
CfnSubnet.Builder.assignIpv6AddressOnCreation(IResolvable assignIpv6AddressOnCreation)
Indicates whether a network interface created in this subnet receives an IPv6 address.
|
CfnSubnet.Builder |
CfnSubnet.Builder.availabilityZone(String availabilityZone)
The Availability Zone of the subnet.
|
CfnSubnet.Builder |
CfnSubnet.Builder.availabilityZoneId(String availabilityZoneId)
The AZ ID of the subnet.
|
CfnSubnet.Builder |
CfnSubnet.Builder.cidrBlock(String cidrBlock)
The IPv4 CIDR block assigned to the subnet.
|
static CfnSubnet.Builder |
CfnSubnet.Builder.create(software.constructs.Construct scope,
String id) |
CfnSubnet.Builder |
CfnSubnet.Builder.enableDns64(Boolean enableDns64)
Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.
|
CfnSubnet.Builder |
CfnSubnet.Builder.enableDns64(IResolvable enableDns64)
Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.
|
CfnSubnet.Builder |
CfnSubnet.Builder.ipv6CidrBlock(String ipv6CidrBlock)
The IPv6 CIDR block.
|
CfnSubnet.Builder |
CfnSubnet.Builder.ipv6Native(Boolean ipv6Native)
Indicates whether this is an IPv6 only subnet.
|
CfnSubnet.Builder |
CfnSubnet.Builder.ipv6Native(IResolvable ipv6Native)
Indicates whether this is an IPv6 only subnet.
|
CfnSubnet.Builder |
CfnSubnet.Builder.mapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)
Indicates whether instances launched in this subnet receive a public IPv4 address.
|
CfnSubnet.Builder |
CfnSubnet.Builder.mapPublicIpOnLaunch(IResolvable mapPublicIpOnLaunch)
Indicates whether instances launched in this subnet receive a public IPv4 address.
|
CfnSubnet.Builder |
CfnSubnet.Builder.outpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost.
|
CfnSubnet.Builder |
CfnSubnet.Builder.privateDnsNameOptionsOnLaunch(Object privateDnsNameOptionsOnLaunch)
The hostname type for EC2 instances launched into this subnet and how DNS A and AAAA record queries to the instances should be handled.
|
CfnSubnet.Builder |
CfnSubnet.Builder.tags(List<? extends CfnTag> tags)
Any tags assigned to the subnet.
|
CfnSubnet.Builder |
CfnSubnet.Builder.vpcId(String vpcId)
The ID of the VPC the subnet is in.
|
Copyright © 2022. All rights reserved.