AWS Step Functions · Schema

GetExecutionHistoryInput

iPaaSOrchestrationServerless

Properties

Name Type Description
executionArn object
maxResults object
reverseOrder object
nextToken object
includeExecutionData object
View JSON Schema on GitHub

JSON Schema

step-functions-getexecutionhistoryinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetExecutionHistoryInput",
  "type": "object",
  "properties": {
    "executionArn": {},
    "maxResults": {},
    "reverseOrder": {},
    "nextToken": {},
    "includeExecutionData": {}
  },
  "required": [
    "executionArn"
  ]
}