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::Pipes::Pipe PipeTargetStateMachineParameters
The parameters for using a Step Functions state machine as a target.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "InvocationType" :String}
YAML
InvocationType:String
Properties
- InvocationType
- 
                    Specify whether to invoke the Step Functions state machine synchronously or asynchronously. - 
                            REQUEST_RESPONSE(default) - Invoke synchronously. For more information, see StartSyncExecution in the AWS Step Functions API Reference.NoteREQUEST_RESPONSEis not supported forSTANDARDstate machine workflows.
- 
                            FIRE_AND_FORGET- Invoke asynchronously. For more information, see StartExecution in the AWS Step Functions API Reference.
 For more information, see Invocation types in the Amazon EventBridge User Guide. Required: No Type: String Allowed values: REQUEST_RESPONSE | FIRE_AND_FORGETUpdate requires: No interruption 
-