Skip to main content

groups

Retrieves a list of groups in a region

Overview

Namegroups
TypeResource
Descriptiongroups
Idawscc.xray.groups

Fields

NameDatatypeDescription
group_arnstringThe ARN of the group that was generated on creation.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
group_arn
FROM awscc.xray.groups
WHERE region = 'us-east-1'

Permissions

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

Create

xray:CreateGroup,
xray:TagResource

List

xray:GetGroups,
xray:ListTagsForResource