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" :Number
, "ScheduleEndTime" :Number
, "ScheduleExpression" :String
, "ScheduleOffset" :Integer
, "ScheduleStartTime" :Number
, "Timezone" :String
}
YAML
DataPullMode:
String
FirstExecutionFrom:Number
ScheduleEndTime:Number
ScheduleExpression:String
ScheduleOffset:Integer
ScheduleStartTime:Number
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:
Incremental | Complete
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: Number
Update requires: No interruption
ScheduleEndTime
-
Specifies the scheduled end time for a scheduled-trigger flow.
Required: No
Type: Number
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
Pattern:
.*
Maximum:
256
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
Minimum:
0
Maximum:
36000
Update requires: No interruption
ScheduleStartTime
-
Specifies the scheduled start time for a scheduled-trigger flow.
Required: No
Type: Number
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
Pattern:
.*
Maximum:
256
Update requires: No interruption