powered by
Describes the target groups for the specified Auto Scaling group.
autoscaling_describe_load_balancer_target_groups(AutoScalingGroupName, NextToken, MaxRecords)
A list with the following syntax:
list( LoadBalancerTargetGroups = list( list( LoadBalancerTargetGroupARN = "string", State = "string" ) ), NextToken = "string" )
[required] The name of the Auto Scaling group.
The token for the next set of items to return. (You received this token from a previous call.)
The maximum number of items to return with this call. The default value is 100 and the maximum value is 100.
100
svc$describe_load_balancer_target_groups( AutoScalingGroupName = "string", NextToken = "string", MaxRecords = 123 )
if (FALSE) { # This example describes the target groups attached to the specified Auto # Scaling group. svc$describe_load_balancer_target_groups( AutoScalingGroupName = "my-auto-scaling-group" ) }
Run the code above in your browser using DataLab