LoadBalancerSubnetMappingArgs

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>

Constructors

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

Properties

Link copied to clipboard
val allocationId: Output<String>? = null

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

Link copied to clipboard
val ipv6Address: Output<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: Output<String>? = null
Link copied to clipboard
val privateIpv4Address: Output<String>? = null

The private IPv4 address for an internal load balancer.

Link copied to clipboard
val subnetId: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): LoadBalancerSubnetMappingArgs