ScheduleDeadLetterConfigArgs

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

A DeadLetterConfig object that contains information about a dead-letter queue configuration.

Constructors

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

Functions

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

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.