AWS Step Functions · Schema

LogDestinationList

iPaaSOrchestrationServerless
View JSON Schema on GitHub

JSON Schema

step-functions-logdestinationlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LogDestinationList",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "cloudWatchLogsLogGroup": {}
    },
    "description": "<p/>"
  }
}