Gets information about the Auto Scaling groups in the account and Region
Source:R/autoscaling_operations.R
autoscaling_describe_auto_scaling_groups.RdGets 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,
IncludeInstances = 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
MaxRecordsproperty.If you omit this property, all Auto Scaling groups are described.
- IncludeInstances
Specifies whether to include information about Amazon EC2 instances in the response. When set to
true(default), the response includes instance details.- 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
50and the maximum value is100.- Filters
One or more filters to limit the results based on specific tags.