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