View source: R/autoscaling_operations.R
autoscaling_describe_auto_scaling_groups | R Documentation |
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.
autoscaling_describe_auto_scaling_groups(
AutoScalingGroupNames = NULL,
NextToken = NULL,
MaxRecords = NULL,
Filters = NULL
)
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
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 |
Filters |
One or more filters to limit the results based on specific tags. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.