AWS::IoT::ThingType
Creates a new thing type.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::IoT::ThingType", "Properties" : { "DeprecateThingType" :Boolean, "Tags" :[ Tag, ... ], "ThingTypeName" :String, "ThingTypeProperties" :ThingTypeProperties} }
YAML
Type: AWS::IoT::ThingType Properties: DeprecateThingType:BooleanTags:- TagThingTypeName:StringThingTypeProperties:ThingTypeProperties
Properties
DeprecateThingType-
Deprecates a thing type. You can not associate new things with deprecated thing type.
Requires permission to access the DeprecateThingType action.
Required: No
Type: Boolean
Update requires: No interruption
Tags-
Metadata which can be used to manage the thing type.
Required: No
Type: List of Tag
Update requires: No interruption
ThingTypeName-
The name of the thing type.
Required: No
Type: String
Update requires: Replacement
ThingTypeProperties-
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.
ThingTypePropertiescan't be updated after the initial creation of theThingType.Required: No
Type: ThingTypeProperties
Update requires: Replacement
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Reffunction, Refreturns the thing type id.
For more information about using the Reffunction, see Ref.
Fn::GetAtt
The Fn::GetAttintrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAttintrinsic function, see Fn::GetAtt.