paws.management (version 0.1.0)

autoscaling_describe_auto_scaling_groups: Describes one or more Auto Scaling groups

Description

Describes one or more Auto Scaling groups.

Usage

autoscaling_describe_auto_scaling_groups(AutoScalingGroupNames,
  NextToken, MaxRecords)

Arguments

AutoScalingGroupNames

The names of the Auto Scaling groups. Each name can be a maximum of 1600 characters. By default, you can only specify up to 50 names. You can optionally increase this limit using the MaxRecords parameter.

If you omit this parameter, 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.

Request syntax

svc$describe_auto_scaling_groups(
  AutoScalingGroupNames = list(
    "string"
  ),
  NextToken = "string",
  MaxRecords = 123
)

Examples

Run this code
# NOT RUN {
# This example describes the specified Auto Scaling group.
# }
# NOT RUN {
svc$describe_auto_scaling_groups(
  AutoScalingGroupNames = list(
    "my-auto-scaling-group"
  )
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab