Thing Type Args
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)