AWS Step Functions · Schema

MapStateStartedEventDetails

Details about a Map state that was started.

iPaaSOrchestrationServerless

Properties

Name Type Description
length object
View JSON Schema on GitHub

JSON Schema

step-functions-mapstatestartedeventdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MapStateStartedEventDetails",
  "type": "object",
  "properties": {
    "length": {}
  },
  "description": "Details about a Map state that was started."
}