PipeTargetParametersBatchJobParametersRetryStrategyArgs

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

Constructors

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. Maximum value of 10.

Functions

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