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

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

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)


6520
6521
6522
6523
6524
6525
6526
6527
6528
6529
6530
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6520

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)


6520
6521
6522
6523
6524
6525
6526
6527
6528
6529
6530
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6520

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)


6520
6521
6522
6523
6524
6525
6526
6527
6528
6529
6530
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6520

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)


6520
6521
6522
6523
6524
6525
6526
6527
6528
6529
6530
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6520

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)


6520
6521
6522
6523
6524
6525
6526
6527
6528
6529
6530
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6520

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)


6520
6521
6522
6523
6524
6525
6526
6527
6528
6529
6530
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6520

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)


6520
6521
6522
6523
6524
6525
6526
6527
6528
6529
6530
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6520

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