data class LoadBalancerSubnetMappingArgs(val allocationId: Output<String>? = null, val ipv6Address: Output<String>? = null, val outpostId: Output<String>? = null, val privateIpv4Address: Output<String>? = null, val subnetId: Output<String>) : ConvertibleToJava<LoadBalancerSubnetMappingArgs>
The IPv6 address. You associate IPv6 CIDR blocks with your VPC and choose the subnets where you launch both internet-facing and internal Application Load Balancers or Network Load Balancers.