thing_type
Gets an individual thing_type
resource
Overview
Name | thing_type |
Type | Resource |
Description | thing_type |
Id | awscc.iot.thing_type |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
arn | string | |
thing_type_name | string | |
deprecate_thing_type | boolean | |
thing_type_properties | object | |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS 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