AWS::IoT::ThingType ThingTypeProperties
The ThingTypeProperties contains information about the thing type including: a thing type description, and a list of searchable thing attribute names.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "SearchableAttributes" :[ String, ... ], "ThingTypeDescription" :String}
YAML
SearchableAttributes:- StringThingTypeDescription:String
Properties
SearchableAttributes-
A list of searchable thing attribute names.
Required: No
Type: List of String
Update requires: Replacement
ThingTypeDescription-
The description of the thing type.
Required: No
Type: String
Update requires: Replacement