Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

disable_alarm_actions

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