PipeBatchRetryStrategyArgs

data class PipeBatchRetryStrategyArgs(val attempts: Output<Int>? = null) : ConvertibleToJava<PipeBatchRetryStrategyArgs>

Constructors

Link copied to clipboard
constructor(attempts: Output<Int>? = null)

Properties

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

The number of times to move a job to the RUNNABLE status. If the value of attempts is greater than one, the job is retried on failure the same number of attempts as the value.

Functions

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