class Aws::ElasticLoadBalancingV2::Types::LoadBalancer

Information about a load balancer.

@!attribute [rw] load_balancer_arn

The Amazon Resource Name (ARN) of the load balancer.
@return [String]

@!attribute [rw] dns_name

The public DNS name of the load balancer.
@return [String]

@!attribute [rw] canonical_hosted_zone_id

The ID of the Amazon Route 53 hosted zone associated with the load
balancer.
@return [String]

@!attribute [rw] created_time

The date and time the load balancer was created.
@return [Time]

@!attribute [rw] load_balancer_name

The name of the load balancer.
@return [String]

@!attribute [rw] scheme

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.

The nodes of an internal load balancer have only private IP
addresses. The DNS name of an internal load balancer is publicly
resolvable to the private IP addresses of the nodes. Therefore,
internal load balancers can route requests only from clients with
access to the VPC for the load balancer.
@return [String]

@!attribute [rw] vpc_id

The ID of the VPC for the load balancer.
@return [String]

@!attribute [rw] state

The state of the load balancer.
@return [Types::LoadBalancerState]

@!attribute [rw] type

The type of load balancer.
@return [String]

@!attribute [rw] availability_zones

The subnets for the load balancer.
@return [Array<Types::AvailabilityZone>]

@!attribute [rw] security_groups

The IDs of the security groups for the load balancer.
@return [Array<String>]

@!attribute [rw] ip_address_type

The type of IP addresses used by the subnets for your load balancer.
The possible values are `ipv4` (for IPv4 addresses) and `dualstack`
(for IPv4 and IPv6 addresses).
@return [String]

@!attribute [rw] customer_owned_ipv_4_pool

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

@see docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/LoadBalancer AWS API Documentation

Constants

SENSITIVE