AWS::AppFlow::Flow TriggerConfig - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::AppFlow::Flow TriggerConfig

The trigger settings that determine how and when Amazon AppFlow runs the specified flow.

Syntax

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

Properties

TriggerProperties

Specifies the configuration details of a schedule-triggered flow as defined by the user. Currently, these settings only apply to the Scheduled trigger type.

Required: No

Type: ScheduledTriggerProperties

Update requires: No interruption

TriggerType

Specifies the type of flow trigger. This can be OnDemand, Scheduled, or Event.

Required: Yes

Type: String

Allowed values: Scheduled | Event | OnDemand

Update requires: No interruption

See also