AWS Step Functions · Schema

UpdateStateMachineInput

iPaaSOrchestrationServerless

Properties

Name Type Description
stateMachineArn object
definition object
roleArn object
loggingConfiguration object
tracingConfiguration object
View JSON Schema on GitHub

JSON Schema

step-functions-updatestatemachineinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdateStateMachineInput",
  "type": "object",
  "properties": {
    "stateMachineArn": {},
    "definition": {},
    "roleArn": {},
    "loggingConfiguration": {},
    "tracingConfiguration": {}
  },
  "required": [
    "stateMachineArn"
  ]
}