View source: R/autoscaling_operations.R
autoscaling_describe_policies | R Documentation |
Gets information about the scaling policies in the account and Region.
See https://www.paws-r-sdk.com/docs/autoscaling_describe_policies/ for full documentation.
autoscaling_describe_policies(
AutoScalingGroupName = NULL,
PolicyNames = NULL,
PolicyTypes = NULL,
NextToken = NULL,
MaxRecords = NULL
)
AutoScalingGroupName |
The name of the Auto Scaling group. |
PolicyNames |
The names of one or more policies. If you omit this property, all policies are described. If a group name is provided, the results are limited to that group. If you specify an unknown policy name, it is ignored with no error. Array Members: Maximum number of 50 items. |
PolicyTypes |
One or more policy types. The valid values are |
NextToken |
The token for the next set of items to return. (You received this token from a previous call.) |
MaxRecords |
The maximum number of items to be returned with each call. The default
value is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.