ServiceSubscriptionDlqPolicy

data class ServiceSubscriptionDlqPolicy(val deadLetterTargetQueue: String? = null, val enabled: Boolean? = null)

Constructors

Link copied to clipboard
constructor(deadLetterTargetQueue: String? = null, enabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The queue to which dead-letter messages are delivered.

Link copied to clipboard
val enabled: Boolean? = null

Specifies whether to enable the dead-letter message delivery. Valid values: true, false.