AWS CloudWatch · JSON Structure

Cloudwatch Composite Alarm Structure

Type: object Properties: 18
AlarmsAwsDashboardsLogsMetricsMonitoringObservability

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

Properties

ActionsEnabled AlarmActions AlarmArn AlarmConfigurationUpdatedTimestamp AlarmDescription AlarmName AlarmRule InsufficientDataActions OKActions StateReason StateReasonData StateUpdatedTimestamp StateTransitionedTimestamp ActionsSuppressedBy ActionsSuppressedReason 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": "CompositeAlarm",
  "type": "object",
  "properties": {
    "ActionsEnabled": {
      "type": "boolean"
    },
    "AlarmActions": {
      "type": "array"
    },
    "AlarmArn": {
      "type": "string"
    },
    "AlarmConfigurationUpdatedTimestamp": {
      "type": "string"
    },
    "AlarmDescription": {
      "type": "string"
    },
    "AlarmName": {
      "type": "string"
    },
    "AlarmRule": {
      "type": "string"
    },
    "InsufficientDataActions": {
      "type": "array"
    },
    "OKActions": {
      "type": "array"
    },
    "StateReason": {
      "type": "string"
    },
    "StateReasonData": {
      "type": "string"
    },
    "StateUpdatedTimestamp": {
      "type": "string"
    },
    "StateTransitionedTimestamp": {
      "type": "string"
    },
    "ActionsSuppressedBy": {
      "type": "string"
    },
    "ActionsSuppressedReason": {
      "type": "string"
    },
    "ActionsSuppressor": {
      "type": "string"
    },
    "ActionsSuppressorWaitPeriod": {
      "type": "integer"
    },
    "ActionsSuppressorExtensionPeriod": {
      "type": "integer"
    }
  }
}