Rerun Tumbling Window Trigger Args
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
Properties
Link copied to clipboard
List of tags that can be used for describing the trigger.
Link copied to clipboard
Trigger description.
Link copied to clipboard
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
The max number of parallel time windows (ready for execution) for which a rerun is triggered.