You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Appflow::Types::TriggerProperties

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing TriggerProperties as input to an Aws::Client method, you can use a vanilla 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",
  },
}

Specifies the configuration details that control the trigger for a flow. Currently, these settings only apply to the Scheduled trigger type.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#scheduledTypes::ScheduledTriggerProperties

Specifies the configuration details of a schedule-triggered flow as defined by the user.

Returns: