Skip to content

Enable Alarm Actions

cloudwatch_enable_alarm_actions R Documentation

Enables the actions for the specified alarms

Description

Enables the actions for the specified alarms.

Usage

cloudwatch_enable_alarm_actions(AlarmNames)

Arguments

AlarmNames

[required] The names of the alarms.

Value

An empty list.

Request syntax

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