View source: R/autoscaling_operations.R
autoscaling_detach_load_balancers | R Documentation |
This API operation is superseded by detach_traffic_sources
, which can detach multiple traffic sources types. We recommend using detach_traffic_sources
to simplify how you manage traffic sources. However, we continue to support detach_load_balancers
. You can use both the original detach_load_balancers
API operation and detach_traffic_sources
on the same Auto Scaling group.
See https://www.paws-r-sdk.com/docs/autoscaling_detach_load_balancers/ for full documentation.
autoscaling_detach_load_balancers(AutoScalingGroupName, LoadBalancerNames)
AutoScalingGroupName |
[required] The name of the Auto Scaling group. |
LoadBalancerNames |
[required] The names of the load balancers. You can specify up to 10 load balancers. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.