Skip to main content

thing

Gets an individual thing resource

Overview

Namething
TypeResource
Descriptionthing
Idawscc.iot.thing

Fields

NameDatatypeDescription
idstring
arnstring
attribute_payloadobject
thing_namestring
regionstringAWS 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