thing
Gets an individual thing
resource
Overview
Name | thing |
Type | Resource |
Description | thing |
Id | awscc.iot.thing |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
arn | string | |
attribute_payload | object | |
thing_name | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id,
arn,
attribute_payload,
thing_name
FROM awscc.iot.thing
WHERE data__Identifier = '<ThingName>';
Permissions
To operate on the thing
resource, the following permissions are required:
Delete
iot:DeleteThing,
iot:DescribeThing
Read
iot:DescribeThing
Update
iot:UpdateThing,
iot:DescribeThing