FlowScheduledTriggerPropertiesArgs

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)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val firstExecutionFrom: Output<Double>? = null
Link copied to clipboard
val flowErrorDeactivationThreshold: Output<Int>? = null
Link copied to clipboard
val scheduleEndTime: Output<Double>? = null
Link copied to clipboard
Link copied to clipboard
val scheduleOffset: Output<Double>? = null
Link copied to clipboard
val scheduleStartTime: Output<Double>? = null
Link copied to clipboard
val timeZone: Output<String>? = null