LoadBalancerSubnetMapping

data class LoadBalancerSubnetMapping(val allocationId: String? = null, val ipv6Address: String? = null, val outpostId: String? = null, val privateIpv4Address: String? = null, val subnetId: String)

Constructors

Link copied to clipboard
constructor(allocationId: String? = null, ipv6Address: String? = null, outpostId: String? = null, privateIpv4Address: String? = null, subnetId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allocationId: String? = null

The allocation ID of the Elastic IP address for an internet-facing load balancer.

Link copied to clipboard
val ipv6Address: String? = null

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.

Link copied to clipboard
val outpostId: String? = null
Link copied to clipboard

The private IPv4 address for an internal load balancer.

Link copied to clipboard

ID of the subnet of which to attach to the load balancer. You can specify only one subnet per Availability Zone.