AWS CloudWatch · JSON Structure

Cloudwatch Delete Anomaly Detector Input Structure

Type: object Properties: 4
AlarmsAwsDashboardsLogsMetricsMonitoringObservability

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

Properties

Namespace MetricName Dimensions Stat

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

JSON Structure

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