Skip to main content

thing_group

Gets an individual thing_group resource

Overview

Namething_group
TypeResource
Descriptionthing_group
Idawscc.iot.thing_group

Fields

NameDatatypeDescription
idstring
arnstring
thing_group_namestring
parent_group_namestring
query_stringstring
thing_group_propertiesobject
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id,
arn,
thing_group_name,
parent_group_name,
query_string,
thing_group_properties,
tags
FROM awscc.iot.thing_group
WHERE data__Identifier = '<ThingGroupName>';

Permissions

To operate on the thing_group resource, the following permissions are required:

Delete

iot:DescribeThingGroup,
iot:DeleteThingGroup,
iot:DeleteDynamicThingGroup

Read

iot:DescribeThingGroup,
iot:ListTagsForResource

Update

iot:ListTagsForResource,
iot:DescribeThingGroup,
iot:UpdateThingGroup,
iot:UpdateDynamicThingGroup,
iot:TagResource,
iot:UntagResource