Thing Type Args
data class ThingTypeArgs(val deprecateThingType: Output<Boolean>? = null, val tags: Output<List<TagArgs>>? = null, val thingTypeName: Output<String>? = null, val thingTypeProperties: Output<ThingTypePropertiesPropertiesArgs>? = null) : ConvertibleToJava<ThingTypeArgs>
Resource Type definition for AWS::IoT::ThingType
Constructors
Link copied to clipboard
constructor(deprecateThingType: Output<Boolean>? = null, tags: Output<List<TagArgs>>? = null, thingTypeName: Output<String>? = null, thingTypeProperties: Output<ThingTypePropertiesPropertiesArgs>? = null)
Properties
Link copied to clipboard
Deprecates a thing type. You can not associate new things with deprecated thing type. Requires permission to access the DeprecateThingType action.
Link copied to clipboard
The name of the thing type.
Link copied to clipboard
The thing type properties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names. ThingTypeProperties
can't be updated after the initial creation of the ThingType
.