thing_groups
Retrieves a list of thing_groups
in a region
Overview
Name | thing_groups |
Type | Resource |
Description | thing_groups |
Id | awscc.iot.thing_groups |
Fields
Name | Datatype | Description |
---|---|---|
thing_group_name | string | |
region | string | AWS 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