The name of the data and how often it should be pulled from the source.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"FirstExecutionFrom" : String
,
"Object" : String
,
"ScheduleExpression" : String
}
YAML
FirstExecutionFrom: String
Object: String
ScheduleExpression: String
Properties
FirstExecutionFrom
-
The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format.
Required: No
Type: String
Pattern:
.*\S.*
Minimum:
1
Maximum:
255
Update requires: Replacement
Object
-
The name of the object to pull from the data source.
Required: No
Type: String
Pattern:
^[a-zA-Z0-9/\._\-]+$
Minimum:
1
Maximum:
255
Update requires: Replacement
ScheduleExpression
-
How often the data should be pulled from data source.
Required: Yes
Type: String
Pattern:
.*\S.*
Minimum:
1
Maximum:
255
Update requires: Replacement