Skip to main content

thing_types

Retrieves a list of thing_types in a region

Overview

Namething_types
TypeResource
Descriptionthing_types
Idawscc.iot.thing_types

Fields

NameDatatypeDescription
thing_type_namestring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
thing_type_name
FROM awscc.iot.thing_types
WHERE region = 'us-east-1'

Permissions

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

Create

iot:DescribeThingType,
iot:ListTagsForResource,
iot:CreateThingType,
iot:DeprecateThingType,
iot:TagResource

List

iot:ListThingTypes,
iot:ListTagsForResource