AWS::IoT::ThingType ThingTypeProperties - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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 CloudFormation template, use the following syntax:

Properties

Mqtt5Configuration

The configuration to add user-defined properties to enrich MQTT 5 messages.

Required: No

Type: Mqtt5Configuration

Update requires: No interruption

SearchableAttributes

A list of searchable thing attribute names.

Required: No

Type: Array of String

Maximum: 128 | 3

Update requires: No interruption

ThingTypeDescription

The description of the thing type.

Required: No

Type: String

Pattern: [\p{Graph}\x20]*

Maximum: 2028

Update requires: No interruption