{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ZeppelinMonitoringConfiguration", "title": "ZeppelinMonitoringConfiguration", "type": "object", "required": [ "LogLevel" ], "properties": { "LogLevel": { "allOf": [ { "$ref": "#/components/schemas/LogLevel" }, { "description": "The verbosity of the CloudWatch Logs for an application." } ] } }, "description": "Describes configuration parameters for Amazon CloudWatch logging for a Kinesis Data Analytics Studio notebook. For more information about CloudWatch logging, see Monitoring." }