This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::CustomerProfiles::Integration TriggerConfig
The trigger settings that determine how and when Amazon AppFlow runs the specified flow.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "TriggerProperties" :TriggerProperties, "TriggerType" :String}
YAML
TriggerProperties:TriggerPropertiesTriggerType:String
Properties
- TriggerProperties
- 
                    Specifies the configuration details of a schedule-triggered flow that you define. Currently, these settings only apply to the Scheduled trigger type. Required: No Type: TriggerProperties Update requires: No interruption 
- TriggerType
- 
                    Specifies the type of flow trigger. It can be OnDemand, Scheduled, or Event. Required: Yes Type: String Allowed values: Scheduled | Event | OnDemandUpdate requires: No interruption