aws.resource_groups.list_groups
Example SQL Queries
SELECT * FROMaws.resource_groups.list_groups;Description
Returns a list of existing Resource Groups in your account.
Minimum permissions
To run this command, you must have the following permissions:
resource-groups:ListGroups
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column Filters, formatted as GroupFilter objects, that you want to apply to a ListGroups operation.
| STRUCT( |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| group_identifiers A list of GroupIdentifier objects. Each identifier is an object that contains both the Name and the GroupArn. | STRUCT( |
Show child fields
| |
| groups Deprecated - don't use this field. Use the GroupIdentifiers response field instead. | STRUCT( |
Show child fields
| |