AWS CloudWatch · Schema

DisableAlarmActionsInput

AlarmsAwsDashboardsLogsMetricsMonitoringObservability

Properties

Name Type Description
AlarmNames array The names of the alarms.
View JSON Schema on GitHub

JSON Schema

cloudwatch-disable-alarm-actions-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DisableAlarmActionsInput",
  "type": "object",
  "properties": {
    "AlarmNames": {
      "type": "array",
      "description": "The names of the alarms."
    }
  }
}