Skip to main content

group_tags

Expands all tag keys and values for groups in a region

Overview

Namegroup_tags
TypeResource
DescriptionSchema for ResourceGroups::Group
Idaws.resourcegroups.group_tags

Fields

NameDatatypeDescription
namestringThe name of the resource group
descriptionstringThe description of the resource group
resource_queryobject
arnstringThe Resource Group ARN.
configurationarray
resourcesarray
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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