thing_group_tags
Expands all tag keys and values for thing_groups in a region
Overview
| Name | thing_group_tags |
| Type | Resource |
| Description | Resource Type definition for AWS::IoT::ThingGroup |
| Id | aws.iot.thing_group_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
id | string | |
arn | string | |
thing_group_name | string | |
parent_group_name | string | |
query_string | string | |
thing_group_properties | object | |
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 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