Flow Trigger Config Trigger Properties Scheduled Args
data class FlowTriggerConfigTriggerPropertiesScheduledArgs(val dataPullMode: Output<String>? = null, val firstExecutionFrom: Output<String>? = null, val scheduleEndTime: Output<String>? = null, val scheduleExpression: Output<String>, val scheduleOffset: Output<Int>? = null, val scheduleStartTime: Output<String>? = null, val timezone: Output<String>? = null) : ConvertibleToJava<FlowTriggerConfigTriggerPropertiesScheduledArgs>
Properties
Link copied to clipboard
Whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run. Valid values are Incremental
and Complete
.
Link copied to clipboard
Date range for the records to import from the connector in the first flow run. Must be a valid RFC3339 timestamp.
Link copied to clipboard
Scheduled end time for a schedule-triggered flow. Must be a valid RFC3339 timestamp.
Link copied to clipboard
Scheduling expression that determines the rate at which the schedule will run, for example rate(5minutes)
.
Link copied to clipboard
Optional offset that is added to the time interval for a schedule-triggered flow. Maximum value of 36000.
Link copied to clipboard
Scheduled start time for a schedule-triggered flow. Must be a valid RFC3339 timestamp.