ThingType

class ThingType : KotlinCustomResource

Resource Type definition for AWS::IoT::ThingType

Properties

Link copied to clipboard
val arn: Output<String>

The thing type arn.

Link copied to clipboard
val awsId: Output<String>

The thing type id.

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
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val thingTypeName: Output<String>?

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 .

Link copied to clipboard
val urn: Output<String>