ThingTypePropagatingAttributeArgs

data class ThingTypePropagatingAttributeArgs(val connectionAttribute: Output<ThingTypePropagatingAttributeConnectionAttribute>? = null, val thingAttribute: Output<String>? = null, val userPropertyKey: Output<String>) : ConvertibleToJava<ThingTypePropagatingAttributeArgs>

Constructors

Link copied to clipboard
constructor(connectionAttribute: Output<ThingTypePropagatingAttributeConnectionAttribute>? = null, thingAttribute: Output<String>? = null, userPropertyKey: Output<String>)

Properties

Link copied to clipboard

The attribute associated with the connection details.

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

The thing attribute that is propagating for MQTT 5 message enrichment.

Link copied to clipboard
val userPropertyKey: Output<String>

The key of the MQTT 5 user property, which is a key-value pair.

Functions

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