AWS Kinesis · Schema

MonitoringConfigurationDescription

Describes configuration parameters for CloudWatch logging for an application.

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
ConfigurationType object
MetricsLevel object
LogLevel object
View JSON Schema on GitHub

JSON Schema

kinesis-monitoringconfigurationdescription-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MonitoringConfigurationDescription",
  "title": "MonitoringConfigurationDescription",
  "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."
        }
      ]
    }
  },
  "description": "Describes configuration parameters for CloudWatch logging for an application."
}