aws.synthetics.list_group_resources
Example SQL Queries
SELECT * FROMaws.synthetics.list_group_resourcesWHERE"group_identifier" = 'VALUE';Description
This operation returns a list of the ARNs of the canaries that are associated with the specified group.
Table Definition
| Column Name | Column Data Type |
|---|---|
| group_identifier Required Input Column Specifies the group to return information for. You can specify the group name, the ARN, or the group ID as the GroupIdentifier. | VARCHAR |
| max_results Input Column Specify this parameter to limit how many canary ARNs are returned each time you use the ListGroupResources 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 ListGroupResources 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 |
| resources An array of ARNs. These ARNs are for the canaries that are associated with the group. | VARCHAR[] |
Show child fields
| |