PipeTargetStateMachineParameters - Amazon EventBridge Pipes
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.

PipeTargetStateMachineParameters

The parameters for using a Step Functions state machine as a target.

Contents

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.

    Note

    REQUEST_RESPONSE is not supported for STANDARD state 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.

Type: String

Valid Values: REQUEST_RESPONSE | FIRE_AND_FORGET

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: