groups
Retrieves a list of groups
in a region
Overview
Name | groups |
Type | Resource |
Description | groups |
Id | awscc.xray.groups |
Fields
Name | Datatype | Description |
---|---|---|
group_arn | string | The ARN of the group that was generated on creation. |
region | string | AWS 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