View source: R/autoscaling_operations.R
autoscaling_execute_policy | R Documentation |
Executes the specified policy. This can be useful for testing the design of your scaling policy.
See https://www.paws-r-sdk.com/docs/autoscaling_execute_policy/ for full documentation.
autoscaling_execute_policy(
AutoScalingGroupName = NULL,
PolicyName,
HonorCooldown = NULL,
MetricValue = NULL,
BreachThreshold = NULL
)
AutoScalingGroupName |
The name of the Auto Scaling group. |
PolicyName |
[required] The name or ARN of the policy. |
HonorCooldown |
Indicates whether Amazon EC2 Auto Scaling waits for the cooldown period to complete before executing the policy. Valid only if the policy type is |
MetricValue |
The metric value to compare to If you specify a metric value that doesn't correspond to a step adjustment for the policy, the call returns an error. Required if the policy type is |
BreachThreshold |
The breach threshold for the alarm. Required if the policy type is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.