LoadBalancer

Information about a load balancer.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The subnets for the load balancer.

Link copied to clipboard

The ID of the Amazon Route 53 hosted zone associated with the load balancer.

Link copied to clipboard

The date and time the load balancer was created.

Link copied to clipboard

[Application Load Balancers on Outposts] The ID of the customer-owned address pool.

Link copied to clipboard

The public DNS name of the load balancer.

Link copied to clipboard

[Network Load Balancers with UDP listeners] Indicates whether to use an IPv6 prefix from each subnet for source NAT. The IP address type must be dualstack. The default value is off.

Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through Amazon Web Services PrivateLink.

Link copied to clipboard

The type of IP addresses used for public or private connections by the subnets attached to your load balancer.

Link copied to clipboard

[Application Load Balancers] The IPAM pool in use by the load balancer, if configured.

Link copied to clipboard

The Amazon Resource Name (ARN) of the load balancer.

Link copied to clipboard

The name of the load balancer.

Link copied to clipboard

The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.

Link copied to clipboard

The IDs of the security groups for the load balancer.

Link copied to clipboard

The state of the load balancer.

Link copied to clipboard

The type of load balancer.

Link copied to clipboard

The ID of the VPC for the load balancer.

Functions

Link copied to clipboard
inline fun copy(block: LoadBalancer.Builder.() -> Unit = {}): LoadBalancer
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String