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