Amazon Step Functions · JSON Structure

Amazon Step Functions Map Iteration Event Details Structure

Contains details about an iteration of a Map state.

Type: object Properties: 2
OrchestrationServerlessState MachineWorkflow

MapIterationEventDetails is a JSON Structure definition published by Amazon Step Functions, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name index

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

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-step-functions/refs/heads/main/json-structure/amazon-step-functions-map-iteration-event-details-structure.json",
  "name": "MapIterationEventDetails",
  "description": "Contains details about an iteration of a Map state.",
  "properties": {
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Name"
        },
        {
          "description": "The name of the iteration\u2019s parent Map state."
        }
      ]
    },
    "index": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UnsignedInteger"
        },
        {
          "description": "The index of the array belonging to the Map state iteration."
        }
      ]
    }
  }
}