group_tags
Expands all tag keys and values for groups
in a region
Overview
Name | group_tags |
Type | Resource |
Description | Schema for ResourceGroups::Group |
Id | aws.resourcegroups.group_tags |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the resource group |
description | string | The description of the resource group |
resource_query | object | |
arn | string | The Resource Group ARN. |
configuration | array | |
resources | array | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all groups
in a region.
SELECT
region,
name,
description,
resource_query,
arn,
configuration,
resources,
tag_key,
tag_value
FROM aws.resourcegroups.group_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the group_tags
resource, see groups