Skip to content

Disable Alarm Actions

cloudwatch_disable_alarm_actions R Documentation

Disables the actions for the specified alarms

Description

Disables the actions for the specified alarms. When an alarm's actions are disabled, the alarm actions do not execute when the alarm state changes.

Usage

cloudwatch_disable_alarm_actions(AlarmNames)

Arguments

AlarmNames

[required] The names of the alarms.

Value

An empty list.

Request syntax

svc$disable_alarm_actions(
  AlarmNames = list(
    "string"
  )
)