Class: Aws::CustomerProfiles::Types::ScheduledTriggerProperties

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#data_pull_modeString

Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.

Returns:

  • (String)


4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4766

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_fromTime

Specifies the date range for the records to import from the connector in the first flow run.

Returns:

  • (Time)


4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4766

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_timeTime

Specifies the scheduled end time for a scheduled-trigger flow.

Returns:

  • (Time)


4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4766

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_expressionString

The scheduling expression that determines the rate at which the schedule will run, for example rate (5 minutes).

Returns:

  • (String)


4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4766

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_offsetInteger

Specifies the optional offset that is added to the time interval for a schedule-triggered flow.

Returns:

  • (Integer)


4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4766

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_timeTime

Specifies the scheduled start time for a scheduled-trigger flow.

Returns:

  • (Time)


4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4766

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

#timezoneString

Specifies the time zone used when referring to the date and time of a scheduled-triggered flow, such as America/New_York.

Returns:

  • (String)


4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4766

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