describeListenerAttributes

Describes the attributes for the specified listener.

Samples


fun main() { 
   //sampleStart 
   // This example describes the attributes of the specified listener.
val resp = elasticLoadBalancingV2Client.describeListenerAttributes {
    listenerArn = "aws:elasticloadbalancing:us-east-1:123456789012:listener/net/my-listener/73e2d6bc24d8a067/d5dc06411fa5bcea"
} 
   //sampleEnd
}