RerunTumblingWindowTriggerArgs

data class RerunTumblingWindowTriggerArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val parentTrigger: Output<Any>, val requestedEndTime: Output<String>, val requestedStartTime: Output<String>, val rerunConcurrency: Output<Int>, val type: Output<String>) : ConvertibleToJava<RerunTumblingWindowTriggerArgs>

Trigger that schedules pipeline reruns for all fixed time interval windows from a requested start time to requested end time.

Constructors

Link copied to clipboard
constructor(annotations: Output<List<Any>>? = null, description: Output<String>? = null, parentTrigger: Output<Any>, requestedEndTime: Output<String>, requestedStartTime: Output<String>, rerunConcurrency: Output<Int>, type: Output<String>)

Properties

Link copied to clipboard
val annotations: Output<List<Any>>? = null

List of tags that can be used for describing the trigger.

Link copied to clipboard
val description: Output<String>? = null

Trigger description.

Link copied to clipboard
val parentTrigger: Output<Any>

The parent trigger reference.

Link copied to clipboard

The end time for the time period for which restatement is initiated. Only UTC time is currently supported.

Link copied to clipboard

The start time for the time period for which restatement is initiated. Only UTC time is currently supported.

Link copied to clipboard
val rerunConcurrency: Output<Int>

The max number of parallel time windows (ready for execution) for which a rerun is triggered.

Link copied to clipboard
val type: Output<String>

Trigger type. Expected value is 'RerunTumblingWindowTrigger'.

Functions

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