autoscaling_describe_auto_scaling_groups: Gets information about the Auto Scaling groups in the account...

View source: R/autoscaling_operations.R

autoscaling_describe_auto_scaling_groupsR Documentation

Gets information about the Auto Scaling groups in the account and Region

Description

Gets information about the Auto Scaling groups in the account and Region.

See https://www.paws-r-sdk.com/docs/autoscaling_describe_auto_scaling_groups/ for full documentation.

Usage

autoscaling_describe_auto_scaling_groups(
  AutoScalingGroupNames = NULL,
  NextToken = NULL,
  MaxRecords = NULL,
  Filters = NULL
)

Arguments

AutoScalingGroupNames

The names of the Auto Scaling groups. By default, you can only specify up to 50 names. You can optionally increase this limit using the MaxRecords property.

If you omit this property, all Auto Scaling groups are described.

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 return with this call. The default value is 50 and the maximum value is 100.

Filters

One or more filters to limit the results based on specific tags.


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