Skip to main content

group

Gets an individual group resource

Overview

Namegroup
TypeResource
Descriptiongroup
Idawscc.xray.group

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
tagsarray
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
filter_expression,
group_name,
group_arn,
insights_configuration,
tags
FROM awscc.xray.group
WHERE data__Identifier = '<GroupARN>';

Permissions

To operate on the group resource, the following permissions are required:

Read

xray:GetGroup,
xray:ListTagsForResource

Update

xray:UpdateGroup,
xray:TagResource,
xray:UntagResource,
xray:ListTagsForResource

Delete

xray:DeleteGroup