Skip to main content

group_tags

Expands all tag keys and values for groups in a region

Overview

Namegroup_tags
TypeResource
DescriptionThis schema provides construct and validation rules for AWS-XRay Group resource parameters.
Idaws.xray.group_tags

Fields

NameDatatypeDescription
filter_expressionstringThe filter expression defining criteria by which to group traces.
group_namestringThe case-sensitive name of the new group. Names must be unique.
group_arnstringThe ARN of the group that was generated on creation.
insights_configurationobject
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,
filter_expression,
group_name,
group_arn,
insights_configuration,
tag_key,
tag_value
FROM aws.xray.group_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the group_tags resource, see groups