AWS::CustomerProfiles::Integration ScheduledTriggerProperties

Specifies the configuration details of a scheduled-trigger flow that you define. Currently, these settings only apply to the scheduled-trigger type.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "DataPullMode" : String, "FirstExecutionFrom" : Double, "ScheduleEndTime" : Double, "ScheduleExpression" : String, "ScheduleOffset" : Integer, "ScheduleStartTime" : Double, "Timezone" : String }

YAML

DataPullMode: String FirstExecutionFrom: Double ScheduleEndTime: Double ScheduleExpression: String ScheduleOffset: Integer ScheduleStartTime: Double Timezone: String

Properties

DataPullMode

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

Required: No

Type: String

Allowed values: Complete | Incremental

Update requires: No interruption

FirstExecutionFrom

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

Required: No

Type: Double

Update requires: No interruption

ScheduleEndTime

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

Required: No

Type: Double

Update requires: No interruption

ScheduleExpression

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

Required: Yes

Type: String

Maximum: 256

Pattern: .*

Update requires: No interruption

ScheduleOffset

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

Required: No

Type: Integer

Update requires: No interruption

ScheduleStartTime

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

Required: No

Type: Double

Update requires: No interruption

Timezone

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

Required: No

Type: String

Maximum: 256

Pattern: .*

Update requires: No interruption