Amazon Step Functions · JSON Structure

Amazon Step Functions Map Run Started Event Details Structure

Contains details about a Map Run that was started during a state machine execution.

Type: object Properties: 1
OrchestrationServerlessState MachineWorkflow

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

Properties

mapRunArn

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-run-started-event-details-structure.json",
  "name": "MapRunStartedEventDetails",
  "description": "Contains details about a Map Run that was started during a state machine execution.",
  "properties": {
    "mapRunArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LongArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of a Map Run that was started."
        }
      ]
    }
  }
}