Skip to main content

things

Retrieves a list of things in a region

Overview

Namethings
TypeResource
Descriptionthings
Idawscc.iot.things

Fields

NameDatatypeDescription
thing_namestring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
thing_name
FROM awscc.iot.things
WHERE region = 'us-east-1'

Permissions

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

Create

iot:CreateThing,
iot:DescribeThing

List

iot:ListThings