TopicRuleRepublishAction

data class TopicRuleRepublishAction(val headers: TopicRuleRepublishActionHeaders? = null, val qos: Int? = null, val roleArn: String, val topic: String)

Constructors

Link copied to clipboard
constructor(headers: TopicRuleRepublishActionHeaders? = null, qos: Int? = null, roleArn: String, topic: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

MQTT Version 5.0 headers information. For more information, see MQTT in the IoT Core Developer Guide.

Link copied to clipboard
val qos: Int? = null

The Quality of Service (QoS) level to use when republishing messages. The default value is 0.

Link copied to clipboard

The ARN of the IAM role that grants access.

Link copied to clipboard

The name of the MQTT topic.