disable_alarm_actions

CloudWatch.Client.disable_alarm_actions(**kwargs)

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.

See also: AWS API Documentation

Request Syntax

response = client.disable_alarm_actions(
    AlarmNames=[
        'string',
    ]
)
Parameters
AlarmNames (list) --

[REQUIRED]

The names of the alarms.

  • (string) --
Returns
None