group_tags
Expands all tag keys and values for groups
in a region
Overview
Name | group_tags |
Type | Resource |
Description | This schema provides construct and validation rules for AWS-XRay Group resource parameters. |
Id | aws.xray.group_tags |
Fields
Name | Datatype | Description |
---|---|---|
filter_expression | string | The filter expression defining criteria by which to group traces. |
group_name | string | The case-sensitive name of the new group. Names must be unique. |
group_arn | string | The ARN of the group that was generated on creation. |
insights_configuration | object | |
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,
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