Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / cloudwatch / enable-alarm-actions.rst
Size: Mime:
**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.