if (FALSE) {
# 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..."
)
)
}
Run the code above in your browser using DataLab