TopicRuleErrorActionRepublishArgs

data class TopicRuleErrorActionRepublishArgs(val qos: Output<Int>? = null, val roleArn: Output<String>, val topic: Output<String>) : ConvertibleToJava<TopicRuleErrorActionRepublishArgs>

Constructors

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

Properties

Link copied to clipboard
val qos: Output<Int>? = null

The Quality of Service (QoS) level to use when republishing messages. Valid values are 0 or 1. The default value is 0. The s3 object takes the following arguments:

Link copied to clipboard
val roleArn: Output<String>

The ARN of the IAM role that grants access.

Link copied to clipboard
val topic: Output<String>

The name of the MQTT topic the message should be republished to.

Functions

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