describeTargetGroupAttributes

Describes the attributes for the specified target group.

For more information, see the following:

Samples


fun main() { 
   //sampleStart 
   // This example describes the attributes of the specified target group.
val resp = elasticLoadBalancingV2Client.describeTargetGroupAttributes {
    targetGroupArn = "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067"
} 
   //sampleEnd
}