thingTypeProperties

@JvmName(name = "wqqvxehecteqglde")
suspend fun thingTypeProperties(value: Output<ThingTypePropertiesPropertiesArgs>)
@JvmName(name = "nwwplauwdsfwgfvd")
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, a list of searchable thing attribute names, and a list of propagating attributes. After a thing type is created, you can only update Mqtt5Configuration .


@JvmName(name = "ietovnfnxlpiblvr")
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, a list of searchable thing attribute names, and a list of propagating attributes. After a thing type is created, you can only update Mqtt5Configuration .