RuleTargetDeadLetterQueueArgs

data class RuleTargetDeadLetterQueueArgs(val arn: Output<String>? = null) : ConvertibleToJava<RuleTargetDeadLetterQueueArgs>

Constructors

Link copied to clipboard
constructor(arn: Output<String>? = null)

Properties

Link copied to clipboard
val arn: Output<String>? = null

The Alibaba Cloud Resource Name (ARN) of the dead letter queue. Events that are not processed or whose maximum retries are exceeded are written to the dead-letter queue. The ARN feature is supported by the following queue types: MNS and Message Queue for Apache RocketMQ.

Functions

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