AWS::IoT::ThingTypeCreates a new thing type.
import { CfnThingType } from 'aws-cdk-lib/aws-iot';Or use the module namespace:
import * as iot from 'aws-cdk-lib/aws-iot';
// iot.CfnThingTypeConfiguration passed to the constructor as CfnThingTypeProps.
deprecateThingTypeOptionalboolean | IResolvableDeprecates a thing type. You can not associate new things with deprecated thing type. Requires permission to access the [DeprecateThingType](https://docs.aws.amazon.com//service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions) action.
tagsOptionalCfnTag[]Metadata which can be used to manage the thing type.
thingTypeNameOptionalstringThe name of the thing type.
thingTypePropertiesOptionalIResolvable | ThingTypePropertiesPropertyThe thing type properties for the thing type to create. It contains information about the new thing type including a description, a list of searchable thing attribute names, and a list of propagating attributes. After a thing type is created, you can only update `Mqtt5Configuration` .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-iotAWS::IoT::ThingType