Detaches one or more target groups from the specified Auto Scaling group
Detaches one or more target groups from the specified Auto Scaling group.
autoscaling_detach_load_balancer_target_groups(AutoScalingGroupName, TargetGroupARNs)
AutoScalingGroupName |
[required] The name of the Auto Scaling group. |
TargetGroupARNs |
[required] The Amazon Resource Names (ARN) of the target groups. You can specify up to 10 target groups. |
An empty list.
svc$detach_load_balancer_target_groups( AutoScalingGroupName = "string", TargetGroupARNs = list( "string" ) )
## Not run: # This example detaches the specified target group from the specified Auto # Scaling group svc$detach_load_balancer_target_groups( AutoScalingGroupName = "my-auto-scaling-group", TargetGroupARNs = list( "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-tar..." ) ) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.