aws.synthetics.list_associated_groups
Example SQL Queries
SELECT * FROMaws.synthetics.list_associated_groupsWHERE"resource_arn" = 'VALUE';Description
Returns a list of the groups that the specified canary is associated with. The canary that you specify must be in the current Region.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_arn Required Input Column The ARN of the canary that you want to view groups for. | VARCHAR |
| max_results Input Column Specify this parameter to limit how many groups are returned each time you use the ListAssociatedGroups 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 ListAssociatedGroups 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 contain information about the groups that this canary is associated with. | STRUCT( |
Show child fields
| |