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
)The name of the Auto Scaling group.
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.
One or more policy types. The valid values are SimpleScaling,
StepScaling, TargetTrackingScaling, and PredictiveScaling.
The token for the next set of items to return. (You received this token from a previous call.)
The maximum number of items to be returned with each call. The default
value is 50 and the maximum value is 100.