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 / events / enable-rule.rst
Size: Mime:
**To enable a CloudWatch Events rule**

This example enables the rule named DailyLambdaFunction, which had been previously disabled::

  aws events enable-rule --name "DailyLambdaFunction"