thingTypeProperties

@JvmName(name = "ynqujhowqtmicfem")
suspend fun thingTypeProperties(value: Output<ThingTypePropertiesPropertiesArgs>)
@JvmName(name = "irpyodokhnubixko")
suspend fun thingTypeProperties(value: ThingTypePropertiesPropertiesArgs?)

Parameters

value

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 .


@JvmName(name = "bqvrhehpvcksthck")
suspend fun thingTypeProperties(argument: suspend ThingTypePropertiesPropertiesArgsBuilder.() -> Unit)

Parameters

argument

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 .