{ "$schema": "https://json-structure.org/meta/core/v0/#", "title": "LoggingConfiguration", "type": "object", "description": "The LoggingConfiguration data type is used to set CloudWatch Logs options.", "fields": [ { "name": "level", "type": "string" }, { "name": "includeExecutionData", "type": "string" }, { "name": "destinations", "type": "string" } ] }