JobDefinitionRetryStrategyArgs

data class JobDefinitionRetryStrategyArgs(val attempts: Output<Int>? = null, val evaluateOnExits: Output<List<JobDefinitionRetryStrategyEvaluateOnExitArgs>>? = null) : ConvertibleToJava<JobDefinitionRetryStrategyArgs>

Constructors

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

Properties

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

The number of times to move a job to the RUNNABLE status. You may specify between 1 and 10 attempts.

Link copied to clipboard

The evaluate on exit conditions under which the job should be retried or failed. If this parameter is specified, then the attempts parameter must also be specified. You may specify up to 5 configuration blocks.

Functions

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