Creates or updates one or more scheduled scaling actions for an Auto Scaling group. If you leave a parameter unspecified when updating a scheduled scaling action, the corresponding value remains unchanged.
autoscaling_batch_put_scheduled_update_group_action(
AutoScalingGroupName, ScheduledUpdateGroupActions)
[required] The name of the Auto Scaling group.
[required] One or more scheduled actions. The maximum number allowed is 50.
A list with the following syntax:
list( FailedScheduledUpdateGroupActions = list( list( ScheduledActionName = "string", ErrorCode = "string", ErrorMessage = "string" ) ) )
svc$batch_put_scheduled_update_group_action( AutoScalingGroupName = "string", ScheduledUpdateGroupActions = list( list( ScheduledActionName = "string", StartTime = as.POSIXct( "2015-01-01" ), EndTime = as.POSIXct( "2015-01-01" ), Recurrence = "string", MinSize = 123, MaxSize = 123, DesiredCapacity = 123 ) ) )