class Aws::Appflow::Types::TriggerProperties
Specifies the configuration details that control the trigger for a flow. Currently, these settings only apply to the `Scheduled` trigger type.
@note When making an API call, you may pass TriggerProperties
data as a hash: { scheduled: { 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] scheduled
Specifies the configuration details of a schedule-triggered flow as defined by the user. @return [Types::ScheduledTriggerProperties]
@see docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/TriggerProperties AWS API Documentation
Constants
- SENSITIVE