PipelineRetryPolicyArgs

data class PipelineRetryPolicyArgs(val maxAttempts: Output<Int>? = null, val maxRetryDelay: Output<String>? = null, val minRetryDelay: Output<String>? = null) : ConvertibleToJava<PipelineRetryPolicyArgs>

Constructors

Link copied to clipboard
constructor(maxAttempts: Output<Int>? = null, maxRetryDelay: Output<String>? = null, minRetryDelay: Output<String>? = null)

Properties

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

The maximum number of delivery attempts for any message. The value must be between 1 and 100. The default value for this field is 5.

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

The maximum amount of seconds to wait between retry attempts. The value must be between 1 and 600. The default value for this field is 60.

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

The minimum amount of seconds to wait between retry attempts. The value must be between 1 and 600. The default value for this field is 5.

Functions

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