autoscaling_batch_put_scheduled_update_group_action {paws.management} | R Documentation |
Creates or updates one or more scheduled scaling actions for an Auto Scaling group
Description
Creates or updates one or more scheduled scaling actions for an Auto Scaling group.
See https://www.paws-r-sdk.com/docs/autoscaling_batch_put_scheduled_update_group_action/ for full documentation.
Usage
autoscaling_batch_put_scheduled_update_group_action(
AutoScalingGroupName,
ScheduledUpdateGroupActions
)
Arguments
AutoScalingGroupName |
[required] The name of the Auto Scaling group. |
ScheduledUpdateGroupActions |
[required] One or more scheduled actions. The maximum number allowed is 50. |
[Package paws.management version 0.7.0 Index]