AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the StartSyncExecution operation.
Starts a Synchronous Express state machine execution.
This API action isn't logged in CloudTrail.
StartSyncExecution
is
not available for STANDARD
workflows.
StartSyncExecution
will return a 200 OK
response, even if your execution
fails, because the status code in the API response doesn't reflect function errors.
Error codes are reserved for errors that prevent your execution from running, such
as permissions errors, limit errors, or issues with your state machine code and configuration.
Namespace: Amazon.StepFunctions.Model
Assembly: AWSSDK.StepFunctions.dll
Version: 3.x.y.z
public class StartSyncExecutionRequest : AmazonStepFunctionsRequest IAmazonWebServiceRequest
The StartSyncExecutionRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
StartSyncExecutionRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
IncludedData | Amazon.StepFunctions.IncludedData |
Gets and sets the property IncludedData.
If your state machine definition is encrypted with a KMS key, callers must have |
![]() |
Input | System.String |
Gets and sets the property Input. The string that contains the JSON input data for the execution, for example:
If you don't include any JSON input data, you still must include the two braces, for
example: Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding. |
![]() |
Name | System.String |
Gets and sets the property Name. The name of the execution. |
![]() |
StateMachineArn | System.String |
Gets and sets the property StateMachineArn. The Amazon Resource Name (ARN) of the state machine to execute. |
![]() |
TraceHeader | System.String |
Gets and sets the property TraceHeader. Passes the X-Ray trace header. The trace header can also be passed in the request payload.
For X-Ray traces, all Amazon Web Services services use the |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5