AWS Step Functions · Schema

DescribeMapRunInput

iPaaSOrchestrationServerless

Properties

Name Type Description
mapRunArn object
View JSON Schema on GitHub

JSON Schema

step-functions-describemapruninput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DescribeMapRunInput",
  "type": "object",
  "properties": {
    "mapRunArn": {}
  },
  "required": [
    "mapRunArn"
  ]
}