paws.management (version 0.1.0)

cloudwatch_enable_alarm_actions: 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.

Request syntax

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