Description Usage Arguments Value Request syntax
View source: R/autoscaling_operations.R
Deletes one or more scheduled actions for the specified Auto Scaling group.
1 2 | autoscaling_batch_delete_scheduled_action(AutoScalingGroupName,
ScheduledActionNames)
|
AutoScalingGroupName |
[required] The name of the Auto Scaling group. |
ScheduledActionNames |
[required] The names of the scheduled actions to delete. The maximum number allowed is 50. |
A list with the following syntax:
1 2 3 4 5 6 7 8 9 |
1 2 3 4 5 6 | svc$batch_delete_scheduled_action(
AutoScalingGroupName = "string",
ScheduledActionNames = list(
"string"
)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.