TriggerTumblingWindowRetryArgs

data class TriggerTumblingWindowRetryArgs(val count: Output<Int>, val interval: Output<Int>? = null) : ConvertibleToJava<TriggerTumblingWindowRetryArgs>

Constructors

Link copied to clipboard
constructor(count: Output<Int>, interval: Output<Int>? = null)

Properties

Link copied to clipboard
val count: Output<Int>

The maximum retry attempts if the pipeline run failed.

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

The Interval in seconds between each retry if the pipeline run failed. Defaults to 30.

Functions

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