Class: Aws::CustomerProfiles::Types::ScheduledTriggerProperties
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CustomerProfiles::Types::ScheduledTriggerProperties
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 4801 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.
      4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 4801 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.
      4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 4801 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).
      4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 4801 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.
      4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 4801 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.
      4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 4801 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.
      4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 4801 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  |