autoscaling_delete_policy {paws.management} | R Documentation |
Deletes the specified scaling policy
Description
Deletes the specified scaling policy.
See https://www.paws-r-sdk.com/docs/autoscaling_delete_policy/ for full documentation.
Usage
autoscaling_delete_policy(AutoScalingGroupName = NULL, PolicyName)
Arguments
AutoScalingGroupName |
The name of the Auto Scaling group. |
PolicyName |
[required] The name or Amazon Resource Name (ARN) of the policy. |
[Package paws.management version 0.9.0 Index]