ThingTypeArgs

data class ThingTypeArgs(val deprecateThingType: Output<Boolean>? = null, val tags: Output<List<ThingTypeTagArgs>>? = 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
fun ThingTypeArgs(deprecateThingType: Output<Boolean>? = null, tags: Output<List<ThingTypeTagArgs>>? = null, thingTypeName: Output<String>? = null, thingTypeProperties: Output<ThingTypePropertiesPropertiesArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ThingTypeArgs

Properties

Link copied to clipboard
val deprecateThingType: Output<Boolean>? = null
Link copied to clipboard
val tags: Output<List<ThingTypeTagArgs>>? = null

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

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