RuleBatchRetryStrategyArgs

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

Constructors

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

Functions

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

Properties

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