TopicRuleErrorActionRepublish

data class TopicRuleErrorActionRepublish(val qos: Int? = null, val roleArn: String, val topic: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val qos: Int? = null

The Quality of Service (QoS) level to use when republishing messages. Valid values are 0 or 1. 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 the message should be republished to.