Skip to main content

thing_groups

Retrieves a list of thing_groups in a region

Overview

Namething_groups
TypeResource
Descriptionthing_groups
Idawscc.iot.thing_groups

Fields

NameDatatypeDescription
thing_group_namestring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
thing_group_name
FROM awscc.iot.thing_groups
WHERE region = 'us-east-1'

Permissions

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

Create

iot:DescribeThingGroup,
iot:ListTagsForResource,
iot:CreateThingGroup,
iot:CreateDynamicThingGroup,
iot:TagResource

List

iot:ListThingGroups,
iot:ListTagsForResource