DetectorModelIotTopicPublishArgs

data class DetectorModelIotTopicPublishArgs(val mqttTopic: Output<String>, val payload: Output<DetectorModelPayloadArgs>? = null) : ConvertibleToJava<DetectorModelIotTopicPublishArgs>

Information required to publish the MQTT message through the AWS IoT message broker.

Constructors

Link copied to clipboard
fun DetectorModelIotTopicPublishArgs(mqttTopic: Output<String>, payload: Output<DetectorModelPayloadArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val mqttTopic: Output<String>

The MQTT topic of the message. You can use a string expression that includes variables ($variable.<variable-name>) and input values ($input.<input-name>.<path-to-datum>) as the topic string.

Link copied to clipboard
val payload: Output<DetectorModelPayloadArgs>? = null