FlowTriggerConfigTriggerPropertiesScheduledArgs

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>

Constructors

constructor(dataPullMode: Output<String>? = null, firstExecutionFrom: Output<String>? = null, scheduleEndTime: Output<String>? = null, scheduleExpression: Output<String>, scheduleOffset: Output<Int>? = null, scheduleStartTime: Output<String>? = null, timezone: Output<String>? = null)

Properties

Link copied to clipboard
val dataPullMode: Output<String>? = null

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
val firstExecutionFrom: Output<String>? = null

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
val scheduleEndTime: Output<String>? = null

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
val scheduleOffset: Output<Int>? = null

Optional offset that is added to the time interval for a schedule-triggered flow. Maximum value of 36000.

Link copied to clipboard
val scheduleStartTime: Output<String>? = null

Scheduled start time for a schedule-triggered flow. Must be a valid RFC3339 timestamp.

Link copied to clipboard
val timezone: Output<String>? = null

Time zone used when referring to the date and time of a scheduled-triggered flow, such as America/New_York.

Functions

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