aws.synthetics.list_groups
Example SQL Queries
SELECT * FROMaws.synthetics.list_groups;Description
Returns a list of all groups in the account, displaying their names, unique IDs, and ARNs. The groups from all Regions are returned.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column Specify this parameter to limit how many groups are returned each time you use the ListGroups operation. If you omit this parameter, the default of 20 is used. | BIGINT |
| next_token Input Column A token that indicates that there is more data available. You can use this token in a subsequent ListGroups operation to retrieve the next set of results. | VARCHAR |
| _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 |
| groups An array of structures that each contain information about one group. | STRUCT( |
Show child fields
| |