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.