Aws Ec2Subnet Properties Args
Definition of awsEc2Subnet
Constructors
Properties
Indicates whether a network interface created in this subnet receives an IPv6 address. The default value is `false`
. If you specify `AssignIpv6AddressOnCreation`
, you must also specify an IPv6 CIDR block.
The Availability Zone of the subnet. If you update this property, you must also update the `CidrBlock`
property.
The AZ ID of the subnet.
Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations. For more information, see DNS64 and NAT64 in the User Guide.
Indicates the device position for local network interfaces in this subnet. For example, `1`
indicates local network interfaces in this subnet are the secondary network interface (eth1).
An IPv4 IPAM pool ID for the subnet.
An IPv4 netmask length for the subnet.
The IPv6 CIDR block. If you specify `AssignIpv6AddressOnCreation`
, you must also specify an IPv6 CIDR block.
The IPv6 network ranges for the subnet, in CIDR notation.
An IPv6 IPAM pool ID for the subnet.
Indicates whether this is an IPv6 only subnet. For more information, see Subnet basics in the User Guide.
An IPv6 netmask length for the subnet.
Indicates whether instances launched in this subnet receive a public IPv4 address. The default value is `false`
. AWS charges for all public IPv4 addresses, including public IPv4 addresses associated with running instances and Elastic IP addresses. For more information, see the Public IPv4 Address tab on the VPC pricing page.
Property networkAclAssociationId
The Amazon Resource Name (ARN) of the Outpost.
The hostname type for EC2 instances launched into this subnet and how DNS A and AAAA record queries to the instances should be handled. For more information, see Amazon EC2 instance hostname types in the User Guide. Available options: + EnableResourceNameDnsAAAARecord (true | false) + EnableResourceNameDnsARecord (true | false) + HostnameType (ip-name | resource-name)