autoscaling_describe_policies: Gets information about the scaling policies in the account...

View source: R/autoscaling_operations.R

autoscaling_describe_policiesR Documentation

Gets information about the scaling policies in the account and Region

Description

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.

Usage

autoscaling_describe_policies(
  AutoScalingGroupName = NULL,
  PolicyNames = NULL,
  PolicyTypes = NULL,
  NextToken = NULL,
  MaxRecords = NULL
)

Arguments

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 SimpleScaling, StepScaling, TargetTrackingScaling, and PredictiveScaling.

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 50 and the maximum value is 100.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.