Flow Scheduled Trigger Properties Args
data class FlowScheduledTriggerPropertiesArgs(val dataPullMode: Output<FlowScheduledTriggerPropertiesDataPullMode>? = null, val firstExecutionFrom: Output<Double>? = null, val flowErrorDeactivationThreshold: Output<Int>? = null, val scheduleEndTime: Output<Double>? = null, val scheduleExpression: Output<String>, val scheduleOffset: Output<Double>? = null, val scheduleStartTime: Output<Double>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<FlowScheduledTriggerPropertiesArgs>
Details required for scheduled trigger type
Constructors
Link copied to clipboard
fun FlowScheduledTriggerPropertiesArgs(dataPullMode: Output<FlowScheduledTriggerPropertiesDataPullMode>? = null, firstExecutionFrom: Output<Double>? = null, flowErrorDeactivationThreshold: Output<Int>? = null, scheduleEndTime: Output<Double>? = null, scheduleExpression: Output<String>, scheduleOffset: Output<Double>? = null, scheduleStartTime: Output<Double>? = null, timeZone: Output<String>? = null)