ScheduleDeadLetterConfig

data class ScheduleDeadLetterConfig(val arn: String? = null)

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

Constructors

Link copied to clipboard
constructor(arn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

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