Class: Aws::CustomerProfiles::Types::ScheduledTriggerProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ScheduledTriggerProperties
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Specifies the configuration details of a scheduled-trigger flow that you define. Currently, these settings only apply to the scheduled-trigger type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_pull_mode ⇒ String
Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.
-
#first_execution_from ⇒ Time
Specifies the date range for the records to import from the connector in the first flow run.
-
#schedule_end_time ⇒ Time
Specifies the scheduled end time for a scheduled-trigger flow.
-
#schedule_expression ⇒ String
The scheduling expression that determines the rate at which the schedule will run, for example rate (5 minutes).
-
#schedule_offset ⇒ Integer
Specifies the optional offset that is added to the time interval for a schedule-triggered flow.
-
#schedule_start_time ⇒ Time
Specifies the scheduled start time for a scheduled-trigger flow.
-
#timezone ⇒ String
Specifies the time zone used when referring to the date and time of a scheduled-triggered flow, such as America/New_York.
Instance Attribute Details
#data_pull_mode ⇒ String
Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.
4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4825 class ScheduledTriggerProperties < Struct.new( :schedule_expression, :data_pull_mode, :schedule_start_time, :schedule_end_time, :timezone, :schedule_offset, :first_execution_from) SENSITIVE = [] include Aws::Structure end |
#first_execution_from ⇒ Time
Specifies the date range for the records to import from the connector in the first flow run.
4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4825 class ScheduledTriggerProperties < Struct.new( :schedule_expression, :data_pull_mode, :schedule_start_time, :schedule_end_time, :timezone, :schedule_offset, :first_execution_from) SENSITIVE = [] include Aws::Structure end |
#schedule_end_time ⇒ Time
Specifies the scheduled end time for a scheduled-trigger flow.
4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4825 class ScheduledTriggerProperties < Struct.new( :schedule_expression, :data_pull_mode, :schedule_start_time, :schedule_end_time, :timezone, :schedule_offset, :first_execution_from) SENSITIVE = [] include Aws::Structure end |
#schedule_expression ⇒ String
The scheduling expression that determines the rate at which the schedule will run, for example rate (5 minutes).
4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4825 class ScheduledTriggerProperties < Struct.new( :schedule_expression, :data_pull_mode, :schedule_start_time, :schedule_end_time, :timezone, :schedule_offset, :first_execution_from) SENSITIVE = [] include Aws::Structure end |
#schedule_offset ⇒ Integer
Specifies the optional offset that is added to the time interval for a schedule-triggered flow.
4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4825 class ScheduledTriggerProperties < Struct.new( :schedule_expression, :data_pull_mode, :schedule_start_time, :schedule_end_time, :timezone, :schedule_offset, :first_execution_from) SENSITIVE = [] include Aws::Structure end |
#schedule_start_time ⇒ Time
Specifies the scheduled start time for a scheduled-trigger flow.
4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4825 class ScheduledTriggerProperties < Struct.new( :schedule_expression, :data_pull_mode, :schedule_start_time, :schedule_end_time, :timezone, :schedule_offset, :first_execution_from) SENSITIVE = [] include Aws::Structure end |
#timezone ⇒ String
Specifies the time zone used when referring to the date and time of a scheduled-triggered flow, such as America/New_York.
4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4825 class ScheduledTriggerProperties < Struct.new( :schedule_expression, :data_pull_mode, :schedule_start_time, :schedule_end_time, :timezone, :schedule_offset, :first_execution_from) SENSITIVE = [] include Aws::Structure end |