AWS CloudWatch · JSON Structure

Cloudwatch Anomaly Detector Structure

Type: object Properties: 5
AlarmsAwsDashboardsLogsMetricsMonitoringObservability

AnomalyDetector is a JSON Structure definition published by AWS CloudWatch, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

Namespace MetricName Dimensions Stat StateValue

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AnomalyDetector",
  "type": "object",
  "properties": {
    "Namespace": {
      "type": "string"
    },
    "MetricName": {
      "type": "string"
    },
    "Dimensions": {
      "type": "array"
    },
    "Stat": {
      "type": "string"
    },
    "StateValue": {
      "type": "string"
    }
  }
}