# NOT RUN {
# This example adds the specified scheduled action to the specified Auto
# Scaling group.
svc$put_scheduled_update_group_action(
AutoScalingGroupName = "my-auto-scaling-group",
DesiredCapacity = 4L,
EndTime = "2014-05-12T08:00:00Z",
MaxSize = 6L,
MinSize = 2L,
ScheduledActionName = "my-scheduled-action",
StartTime = "2014-05-12T08:00:00Z"
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab