Skip to main content

thing_type

Gets an individual thing_type resource

Overview

Namething_type
TypeResource
Descriptionthing_type
Idawscc.iot.thing_type

Fields

NameDatatypeDescription
idstring
arnstring
thing_type_namestring
deprecate_thing_typeboolean
thing_type_propertiesobject
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id,
arn,
thing_type_name,
deprecate_thing_type,
thing_type_properties,
tags
FROM awscc.iot.thing_type
WHERE data__Identifier = '<ThingTypeName>';

Permissions

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

Delete

iot:DescribeThingType,
iot:DeleteThingType,
iot:DeprecateThingType

Read

iot:DescribeThingType,
iot:ListTagsForResource

Update

iot:DescribeThingType,
iot:UpdateThingType,
iot:ListTagsForResource,
iot:TagResource,
iot:UntagResource,
iot:DeprecateThingType