LoadBalancerDescription
The LoadBalancerDescription data type. This structure contains the configuration details of a LoadBalancer that gets returned in the DescribeLoadBalancers API.
Relevant Operations
Contents
The following table describes the elements contained in LoadBalancerDescription.
Name | Description | Required |
---|---|---|
|
The mnemonic name associated with the LoadBalancer. Type: String |
Yes |
|
List of Availability Zones. Type: AvailabilityZones |
Yes |
|
Time that the LoadBalancer was created. Type: dateTime |
Yes |
|
External DNS name associated with the LoadBalancer. Type: String |
Yes |
|
List of instance IDs. EC2 instances comprise the instances for the LoadBalancer. Type: Instances |
Yes |
|
Structure containing the various health probes conducted on the LoadBalancer. Type: HealthCheck |
Yes |
|
LoadBalancerPort, InstancePort, and Protocol are returned in a list of tuples in the Listeners element. Type: Listeners |
Yes |