AWS::AppIntegrations::DataIntegration ScheduleConfig - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::AppIntegrations::DataIntegration ScheduleConfig

The name of the data and how often it should be pulled from the source.

Syntax

To declare this entity in your 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