describeLoadBalancerAttributes

Describes the attributes for the specified load balancer.

Samples


fun main() { 
   //sampleStart 
   // This example describes the attributes of the specified load balancer.
val resp = elasticLoadBalancingClient.describeLoadBalancerAttributes {
    loadBalancerName = "my-load-balancer"
} 
   //sampleEnd
}