describeLoadBalancerAttributes

Describes the attributes for the specified load balancer.

Samples

// This example describes the attributes of the specified load balancer.
val resp = elasticLoadBalancingClient.describeLoadBalancerAttributes {
    loadBalancerName = "my-load-balancer"
}