AWS Step Functions · Schema

LogDestination

iPaaSOrchestrationServerless

Properties

Name Type Description
cloudWatchLogsLogGroup object
View JSON Schema on GitHub

JSON Schema

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