AWS Step Functions · Schema

MapIterationEventDetails

Contains details about an iteration of a Map state.

iPaaSOrchestrationServerless

Properties

Name Type Description
name object
index object
View JSON Schema on GitHub

JSON Schema

step-functions-mapiterationeventdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MapIterationEventDetails",
  "type": "object",
  "properties": {
    "name": {},
    "index": {}
  },
  "description": "Contains details about an iteration of a Map state."
}