MqttConfigArgs

data class MqttConfigArgs(val mqttEnabledState: Output<MqttConfigMqttEnabledState>? = null) : ConvertibleToJava<MqttConfigArgs>

The configuration of MQTT for a device registry.

Constructors

Link copied to clipboard
fun MqttConfigArgs(mqttEnabledState: Output<MqttConfigMqttEnabledState>? = null)

Functions

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

Properties

Link copied to clipboard

If enabled, allows connections using the MQTT protocol. Otherwise, MQTT connections to this registry will fail.