Subnet Mapping Args
data class SubnetMappingArgs(val allocationId: Output<String>? = null, val iPv6Address: Output<String>? = null, val ipAddressType: Output<String>? = null, val privateIPv4Address: Output<String>? = null, val subnetId: Output<String>? = null) : ConvertibleToJava<SubnetMappingArgs>
Definition of SubnetMapping
Constructors
Properties
Link copied to clipboard
Network Load Balancers The allocation ID of the Elastic IP address for an internet-facing load balancer.
Link copied to clipboard
A IPAddressType
Link copied to clipboard
Network Load Balancers The IPv6 address.
Link copied to clipboard
Network Load Balancers The private IPv4 address for an internal load balancer.