Schedule Trigger Args
data class ScheduleTriggerArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val pipelines: Output<List<TriggerPipelineReferenceArgs>>? = null, val recurrence: Output<ScheduleTriggerRecurrenceArgs>, val type: Output<String>) : ConvertibleToJava<ScheduleTriggerArgs>
Trigger that creates pipeline runs periodically, on schedule.
Constructors
Link copied to clipboard
constructor(annotations: Output<List<Any>>? = null, description: Output<String>? = null, pipelines: Output<List<TriggerPipelineReferenceArgs>>? = null, recurrence: Output<ScheduleTriggerRecurrenceArgs>, type: Output<String>)