AWS Step Functions · Schema

ListStateMachinesInput

iPaaSOrchestrationServerless

Properties

Name Type Description
maxResults object
nextToken object
View JSON Schema on GitHub

JSON Schema

step-functions-liststatemachinesinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListStateMachinesInput",
  "type": "object",
  "properties": {
    "maxResults": {},
    "nextToken": {}
  }
}