ScheduleTargetDeadLetterConfigArgs

data class ScheduleTargetDeadLetterConfigArgs(val arn: Output<String>) : ConvertibleToJava<ScheduleTargetDeadLetterConfigArgs>

Constructors

Functions

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

Properties

Link copied to clipboard
val arn: Output<String>

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