ScheduleTargetDeadLetterConfigArgs

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

Constructors

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

Properties

Link copied to clipboard
val arn: Output<String>

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

Functions

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