EventBusDeadLetterConfigArgs

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

Constructors

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

Properties

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

The ARN of the SQS queue specified as the target for the dead-letter queue.

Functions

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