View source: R/autoscaling_operations.R
autoscaling_suspend_processes | R Documentation |
Suspends the specified auto scaling processes, or all processes, for the specified Auto Scaling group.
See https://www.paws-r-sdk.com/docs/autoscaling_suspend_processes/ for full documentation.
autoscaling_suspend_processes(AutoScalingGroupName, ScalingProcesses = NULL)
AutoScalingGroupName |
[required] The name of the Auto Scaling group. |
ScalingProcesses |
One or more of the following processes:
If you omit this property, all processes are specified. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.