AWS CloudWatch · JSON Structure

Cloudwatch Put Metric Alarm Input Structure

Type: object Properties: 19
AlarmsAwsDashboardsLogsMetricsMonitoringObservability

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

Properties

AlarmName AlarmDescription ActionsEnabled OKActions AlarmActions InsufficientDataActions MetricName Namespace ExtendedStatistic Dimensions Period EvaluationPeriods DatapointsToAlarm Threshold TreatMissingData EvaluateLowSampleCountPercentile Metrics Tags ThresholdMetricId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PutMetricAlarmInput",
  "type": "object",
  "properties": {
    "AlarmName": {
      "type": "string"
    },
    "AlarmDescription": {
      "type": "string"
    },
    "ActionsEnabled": {
      "type": "boolean"
    },
    "OKActions": {
      "type": "array"
    },
    "AlarmActions": {
      "type": "array"
    },
    "InsufficientDataActions": {
      "type": "array"
    },
    "MetricName": {
      "type": "string"
    },
    "Namespace": {
      "type": "string"
    },
    "ExtendedStatistic": {
      "type": "string"
    },
    "Dimensions": {
      "type": "array"
    },
    "Period": {
      "type": "integer"
    },
    "EvaluationPeriods": {
      "type": "integer"
    },
    "DatapointsToAlarm": {
      "type": "integer"
    },
    "Threshold": {
      "type": "number"
    },
    "TreatMissingData": {
      "type": "string"
    },
    "EvaluateLowSampleCountPercentile": {
      "type": "string"
    },
    "Metrics": {
      "type": "array"
    },
    "Tags": {
      "type": "array"
    },
    "ThresholdMetricId": {
      "type": "string"
    }
  }
}