AWS CloudWatch · JSON Structure

Cloudwatch Put Composite Alarm Input Structure

Type: object Properties: 11
AlarmsAwsDashboardsLogsMetricsMonitoringObservability

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

Properties

AlarmName AlarmDescription ActionsEnabled AlarmActions AlarmRule InsufficientDataActions OKActions Tags ActionsSuppressor ActionsSuppressorWaitPeriod ActionsSuppressorExtensionPeriod

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PutCompositeAlarmInput",
  "type": "object",
  "properties": {
    "AlarmName": {
      "type": "string"
    },
    "AlarmDescription": {
      "type": "string"
    },
    "ActionsEnabled": {
      "type": "boolean"
    },
    "AlarmActions": {
      "type": "array"
    },
    "AlarmRule": {
      "type": "string"
    },
    "InsufficientDataActions": {
      "type": "array"
    },
    "OKActions": {
      "type": "array"
    },
    "Tags": {
      "type": "array"
    },
    "ActionsSuppressor": {
      "type": "string"
    },
    "ActionsSuppressorWaitPeriod": {
      "type": "integer"
    },
    "ActionsSuppressorExtensionPeriod": {
      "type": "integer"
    }
  }
}