ScheduleTargetDeadLetterConfigArgs

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

Constructors

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

Functions

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

Properties

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

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