Skip to main content

group_tags

Expands all tag keys and values for groups in a region

Overview

Namegroup_tags
TypeResource
DescriptionResource Type definition for AWS::Synthetics::Group
Idaws.synthetics.group_tags

Fields

NameDatatypeDescription
namestringName of the group.
idstringId of the group.
resource_arnsarray
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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