StepFunctionsParameters
Step Functions invocation parameters for subscribers. Values are forwarded to the Step Functions StartExecution or StartSyncExecution API. Every string member accepts a literal or a JSONata expression (e.g. "{% $events.Data.executionName %}").
Contents
- InvocationTimeoutSeconds
-
Timeout in seconds for each invocation of the target (1-30). String-typed (not integer) so the value may be a JSONata expression.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 8192.
Required: No
- InvocationType
-
Selects StartExecution (EVENT) or StartSyncExecution (REQUEST_RESPONSE) at delivery.
Type: String
Valid Values:
EVENT | REQUEST_RESPONSERequired: No
- Name
-
Name for the execution. Must be unique per account/region/state machine. Accepts JSONata expression.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 8192.
Required: No
- TraceHeader
-
X-Ray trace header for distributed tracing. Accepts JSONata expression.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 8192.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: