AWS Step Functions · JSON Structure

Step Functions Describemaprunoutput Structure

Type: object Properties: 0
iPaaSOrchestrationServerless

Step Functions Describemaprunoutput 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": "DescribeMapRunOutput",
  "type": "object",
  "fields": [
    {
      "name": "mapRunArn",
      "type": "string"
    },
    {
      "name": "executionArn",
      "type": "string"
    },
    {
      "name": "status",
      "type": "string"
    },
    {
      "name": "startDate",
      "type": "string"
    },
    {
      "name": "stopDate",
      "type": "string"
    },
    {
      "name": "maxConcurrency",
      "type": "string"
    },
    {
      "name": "toleratedFailurePercentage",
      "type": "string"
    },
    {
      "name": "toleratedFailureCount",
      "type": "string"
    },
    {
      "name": "itemCounts",
      "type": "string"
    },
    {
      "name": "executionCounts",
      "type": "string"
    }
  ]
}