thing_group
Gets an individual thing_group
resource
Overview
Name | thing_group |
Type | Resource |
Description | thing_group |
Id | awscc.iot.thing_group |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
arn | string | |
thing_group_name | string | |
parent_group_name | string | |
query_string | string | |
thing_group_properties | object | |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS 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