EventTargetDeadLetterConfigArgs

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

Constructors

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

Functions

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

Properties

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

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