AWS Step Functions · Schema

CreateStateMachineInput

iPaaSOrchestrationServerless

Properties

Name Type Description
name object
definition object
roleArn object
type object
loggingConfiguration object
tags object
tracingConfiguration object
View JSON Schema on GitHub

JSON Schema

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