RuleBatchRetryStrategyArgs

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

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 attempt to retry, if the job fails. Valid values are 1–10.

Functions

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