View a markdown version of this page

AWS::EventsV2::Subscriber StepFunctionsParameters - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::EventsV2::Subscriber StepFunctionsParameters

Parameters for starting an Amazon Step Functions state machine execution target.

Syntax

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

JSON

{ "InvocationTimeoutSeconds" : String, "InvocationType" : String, "Name" : String, "TraceHeader" : String }

YAML

InvocationTimeoutSeconds: String InvocationType: String Name: String TraceHeader: String

Properties

InvocationTimeoutSeconds

The timeout in seconds for each invocation of the target, written as a string. Accepts a literal value or a JSONata expression.

Required: No

Type: String

Update requires: No interruption

InvocationType

How the execution is started: EVENT (StartExecution, asynchronous) or REQUEST_RESPONSE (StartSyncExecution, synchronous).

Required: No

Type: String

Update requires: No interruption

Name

A name for the execution. Must be unique for the account, Region, and state machine. Accepts a literal value or a JSONata expression.

Required: No

Type: String

Update requires: No interruption

TraceHeader

The Amazon X-Ray trace header for distributed tracing. Accepts a literal value or a JSONata expression.

Required: No

Type: String

Update requires: No interruption