AWS Step Functions · Schema

UpdateStateMachineOutput

iPaaSOrchestrationServerless

Properties

Name Type Description
updateDate object
View JSON Schema on GitHub

JSON Schema

step-functions-updatestatemachineoutput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdateStateMachineOutput",
  "type": "object",
  "properties": {
    "updateDate": {}
  },
  "required": [
    "updateDate"
  ]
}