deadLetterQueue

@JvmName(name = "psnolgtnaafenojg")
suspend fun deadLetterQueue(value: Output<RuleTargetDeadLetterQueueArgs>)
@JvmName(name = "gpwwaltadqgeyarg")
suspend fun deadLetterQueue(value: RuleTargetDeadLetterQueueArgs?)

Parameters

value

Dead letter queue. Events that are not processed or exceed the number of retries will be written to the dead letter. Support message service MNS and message queue RocketMQ. See the following Block dead_letter_queue.


@JvmName(name = "obycmphiledjmpfl")
suspend fun deadLetterQueue(argument: suspend RuleTargetDeadLetterQueueArgsBuilder.() -> Unit)

Parameters

argument

Dead letter queue. Events that are not processed or exceed the number of retries will be written to the dead letter. Support message service MNS and message queue RocketMQ. See the following Block dead_letter_queue.