PipeBatchRetryStrategyArgs

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

Constructors

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

Functions

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

Properties

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