Amazon Managed Apache Flink Monitoring Configuration Description Structure

Describes configuration parameters for CloudWatch logging for an application.

Type: object Properties: 3
Apache FlinkBig DataReal-Time ProcessingStreaming Analytics

MonitoringConfigurationDescription is a JSON Structure definition published by Amazon Managed Service for Apache Flink, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ConfigurationType MetricsLevel LogLevel

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-apache-flink/refs/heads/main/json-structure/amazon-managed-apache-flink-monitoring-configuration-description-structure.json",
  "name": "MonitoringConfigurationDescription",
  "description": "Describes configuration parameters for CloudWatch logging for an application.",
  "type": "object",
  "properties": {
    "ConfigurationType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConfigurationType"
        },
        {
          "description": "Describes whether to use the default CloudWatch logging configuration for an application."
        }
      ]
    },
    "MetricsLevel": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MetricsLevel"
        },
        {
          "description": "Describes the granularity of the CloudWatch Logs for an application."
        }
      ]
    },
    "LogLevel": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LogLevel"
        },
        {
          "description": "Describes the verbosity of the CloudWatch Logs for an application."
        }
      ]
    }
  }
}