ThingTypePropertiesPropertiesArgs

data class ThingTypePropertiesPropertiesArgs(val searchableAttributes: Output<List<String>>? = null, val thingTypeDescription: Output<String>? = null) : ConvertibleToJava<ThingTypePropertiesPropertiesArgs>

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 .

Constructors

Link copied to clipboard
constructor(searchableAttributes: Output<List<String>>? = null, thingTypeDescription: Output<String>? = null)

Properties

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

A list of searchable thing attribute names.

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

The description of the thing type.

Functions

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