group_tags
Expands all tag keys and values for groups in a region
Overview
| Name | group_tags |
| Type | Resource |
| Description | Resource Type definition for AWS::Synthetics::Group |
| Id | aws.synthetics.group_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
name | string | Name of the group. |
id | string | Id of the group. |
resource_arns | array | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Expands tags for all groups in a region.
SELECT
region,
name,
id,
resource_arns,
tag_key,
tag_value
FROM aws.synthetics.group_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the group_tags resource, see groups