AWS Step Functions · Schema

StateMachineListItem

Contains details about the state machine.

iPaaSOrchestrationServerless

Properties

Name Type Description
stateMachineArn object
name object
type object
creationDate object
View JSON Schema on GitHub

JSON Schema

step-functions-statemachinelistitem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "StateMachineListItem",
  "type": "object",
  "properties": {
    "stateMachineArn": {},
    "name": {},
    "type": {},
    "creationDate": {}
  },
  "required": [
    "stateMachineArn",
    "name",
    "type",
    "creationDate"
  ],
  "description": "Contains details about the state machine."
}