Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aws
GitHub Repository: aws/aws-cli
Path: blob/develop/awscli/examples/cloudwatch/enable-alarm-actions.rst
1567 views
**To enable all actions for an alarm**

The following example uses the ``enable-alarm-actions`` command to enable all actions for the alarm named myalarm.::

  aws cloudwatch enable-alarm-actions --alarm-names myalarm

This command returns to the prompt if successful.