AWS Step Functions · Schema

MapRunStartedEventDetails

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

iPaaSOrchestrationServerless

Properties

Name Type Description
mapRunArn object
View JSON Schema on GitHub

JSON Schema

step-functions-maprunstartedeventdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MapRunStartedEventDetails",
  "type": "object",
  "properties": {
    "mapRunArn": {}
  },
  "description": "Contains details about a Map Run that was started during a state machine execution."
}