Skip to main content

thing_group_tags

Expands all tag keys and values for thing_groups in a region

Overview

Namething_group_tags
TypeResource
DescriptionResource Type definition for AWS::IoT::ThingGroup
Idaws.iot.thing_group_tags

Fields

NameDatatypeDescription
idstring
arnstring
thing_group_namestring
parent_group_namestring
query_stringstring
thing_group_propertiesobject
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all thing_groups in a region.

SELECT
region,
id,
arn,
thing_group_name,
parent_group_name,
query_string,
thing_group_properties,
tag_key,
tag_value
FROM aws.iot.thing_group_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the thing_group_tags resource, see thing_groups