StartSyncExecutionInput schema from Amazon Step Functions API
Type: objectProperties: 4Required: 1
OrchestrationServerlessState MachineWorkflows
StartSyncExecutionInput is a JSON Structure definition published by Amazon Step Functions, describing 4 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"type": "object",
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-step-functions/refs/heads/main/json-structure/amazon-step-functions-start-sync-execution-input-structure.json",
"name": "StartSyncExecutionInput",
"description": "StartSyncExecutionInput schema from Amazon Step Functions API",
"properties": {
"stateMachineArn": {
"allOf": [
{
"$ref": "#/components/schemas/Arn"
},
{
"description": "The Amazon Resource Name (ARN) of the state machine to execute."
}
]
},
"name": {
"allOf": [
{
"$ref": "#/components/schemas/Name"
},
{
"description": "The name of the execution."
}
]
},
"input": {
"allOf": [
{
"$ref": "#/components/schemas/SensitiveData"
},
{
"description": "<p>The string that contains the JSON input data for the execution, for example:</p> <p> <code>\"input\": \"{\\\"first_name\\\" : \\\"test\\\"}\"</code> </p> <note> <p>If you don't include any JSON input data, you still must include the two braces, for example: <code>\"input\": \"{}\"</code> </p> </note> <p>Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>"
}
]
},
"traceHeader": {
"allOf": [
{
"$ref": "#/components/schemas/TraceHeader"
},
{
"description": "Passes the X-Ray trace header. The trace header can also be passed in the request payload."
}
]
}
},
"required": [
"stateMachineArn"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.