groups_list_only
Lists groups
in a region or regions, for all properties use groups
Overview
Name | groups_list_only |
Type | Resource |
Description | This schema provides construct and validation rules for AWS-XRay Group resource parameters. |
Id | aws.xray.groups_list_only |
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 | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all groups
in a region.
SELECT
region,
group_arn
FROM aws.xray.groups_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the groups_list_only
resource, see groups