ServiceQueueDlqPolicyArgs

data class ServiceQueueDlqPolicyArgs(val deadLetterTargetQueue: Output<String>? = null, val enabled: Output<Boolean>? = null, val maxReceiveCount: Output<Int>? = null) : ConvertibleToJava<ServiceQueueDlqPolicyArgs>

Constructors

Link copied to clipboard
constructor(deadLetterTargetQueue: Output<String>? = null, enabled: Output<Boolean>? = null, maxReceiveCount: Output<Int>? = null)

Properties

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

The queue to which dead-letter messages are delivered.

Link copied to clipboard
val enabled: Output<Boolean>? = null

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

Link copied to clipboard
val maxReceiveCount: Output<Int>? = null

The maximum number of retries.

Functions

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