AWS Step Functions · JSON Structure

Step Functions Listexecutionsinput Structure

Type: object Properties: 0
iPaaSOrchestrationServerless

Step Functions Listexecutionsinput Structure is a JSON Structure definition published by AWS Step Functions. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "title": "ListExecutionsInput",
  "type": "object",
  "fields": [
    {
      "name": "stateMachineArn",
      "type": "string"
    },
    {
      "name": "statusFilter",
      "type": "string"
    },
    {
      "name": "maxResults",
      "type": "string"
    },
    {
      "name": "nextToken",
      "type": "string"
    },
    {
      "name": "mapRunArn",
      "type": "string"
    }
  ]
}