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 Amazon CloudFormation template, use the following syntax:
JSON
{ "ActivateFlowOnCreate" :Boolean, "TriggerProperties" :ScheduledTriggerProperties, "TriggerType" :String}
YAML
ActivateFlowOnCreate:BooleanTriggerProperties:ScheduledTriggerPropertiesTriggerType:String
Properties
ActivateFlowOnCreateProperty description not available.
Required: No
Type: Boolean
Update requires: Replacement
TriggerProperties-
Specifies the configuration details of a schedule-triggered flow as defined by the user. Currently, these settings only apply to the
Scheduledtrigger type.Required: No
Type: ScheduledTriggerProperties
Update requires: No interruption
TriggerType-
Specifies the type of flow trigger. This can be
OnDemand,Scheduled, orEvent.Required: Yes
Type: String
Allowed values:
Event | OnDemand | ScheduledUpdate requires: No interruption
See also
-
TriggerConfig in the Amazon AppFlow API Reference.