Amazon Step Functions · JSON Structure

Amazon Step Functions Map State Started Event Details Structure

Details about a Map state that was started.

Type: object Properties: 1
OrchestrationServerlessState MachineWorkflow

MapStateStartedEventDetails 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

length

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-state-started-event-details-structure.json",
  "name": "MapStateStartedEventDetails",
  "description": "Details about a Map state that was started.",
  "properties": {
    "length": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UnsignedInteger"
        },
        {
          "description": "The size of the array for Map state iterations."
        }
      ]
    }
  }
}