class Aws::Appflow::Types::ScheduledTriggerProperties
Specifies the configuration details of a schedule-triggered flow as defined by the user. Currently, these settings only apply to the `Scheduled` trigger type.
@note When making an API call, you may pass ScheduledTriggerProperties
data as a hash: { schedule_expression: "ScheduleExpression", # required data_pull_mode: "Incremental", # accepts Incremental, Complete schedule_start_time: Time.now, schedule_end_time: Time.now, timezone: "Timezone", schedule_offset: 1, first_execution_from: Time.now, }
@!attribute [rw] schedule_expression
The scheduling expression that determines the rate at which the schedule will run, for example `rate(5minutes)`. @return [String]
@!attribute [rw] data_pull_mode
Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run. @return [String]
@!attribute [rw] schedule_start_time
Specifies the scheduled start time for a schedule-triggered flow. @return [Time]
@!attribute [rw] schedule_end_time
Specifies the scheduled end time for a schedule-triggered flow. @return [Time]
@!attribute [rw] timezone
Specifies the time zone used when referring to the date and time of a scheduled-triggered flow, such as `America/New_York`. @return [String]
@!attribute [rw] schedule_offset
Specifies the optional offset that is added to the time interval for a schedule-triggered flow. @return [Integer]
@!attribute [rw] first_execution_from
Specifies the date range for the records to import from the connector in the first flow run. @return [Time]
@see docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/ScheduledTriggerProperties AWS API Documentation
Constants
- SENSITIVE