AWS Step Functions · JSON Structure

Step Functions Maprunlistitem Structure

Contains details about a specific Map Run.

Type: object Properties: 0
iPaaSOrchestrationServerless

Step Functions Maprunlistitem 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": "MapRunListItem",
  "type": "object",
  "description": "Contains details about a specific Map Run.",
  "fields": [
    {
      "name": "executionArn",
      "type": "string"
    },
    {
      "name": "mapRunArn",
      "type": "string"
    },
    {
      "name": "stateMachineArn",
      "type": "string"
    },
    {
      "name": "startDate",
      "type": "string"
    },
    {
      "name": "stopDate",
      "type": "string"
    }
  ]
}