group
Gets an individual group
resource
Overview
Name | group |
Type | Resource |
Description | group |
Id | awscc.xray.group |
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 | |
tags | array | |
region | string | AWS 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