autoscaling_attach_traffic_sources {paws.management} | R Documentation |
Attaches one or more traffic sources to the specified Auto Scaling group
Description
Attaches one or more traffic sources to the specified Auto Scaling group.
See https://www.paws-r-sdk.com/docs/autoscaling_attach_traffic_sources/ for full documentation.
Usage
autoscaling_attach_traffic_sources(
AutoScalingGroupName,
TrafficSources,
SkipZonalShiftValidation = NULL
)
Arguments
AutoScalingGroupName |
[required] The name of the Auto Scaling group. |
TrafficSources |
[required] The unique identifiers of one or more traffic sources. You can specify up to 10 traffic sources. |
SkipZonalShiftValidation |
If you enable zonal shift with cross-zone disabled load balancers,
capacity could become imbalanced across Availability Zones. To skip the
validation, specify |
[Package paws.management version 0.9.0 Index]