PATH:
usr
/
local
/
jetapps
/
var
/
lib
/
aws
/
lib
/
python2.7
/
site-packages
/
awscli
/
examples
/
events
**To display a list of all CloudWatch Events rules** This example displays all CloudWatch Events rules in the region:: aws events list-rules **To display a list of CloudWatch Events rules beginning with a certain string.** This example displays all CloudWatch Events rules in the region that have a name starting with "Daily":: aws events list-rules --name-prefix "Daily"
[+]
..
[-] disable-rule.rst
[edit]
[-] enable-rule.rst
[edit]
[-] list-rules.rst
[edit]
[-] delete-rule.rst
[edit]
[-] describe-rule.rst
[edit]
[-] test-event-pattern.rst
[edit]
[-] list-targets-by-rule.rst
[edit]
[-] put-events.rst
[edit]
[-] put-targets.rst
[edit]
[-] remove-targets.rst
[edit]
[-] put-rule.rst
[edit]
[-] list-rule-names-by-target.rst
[edit]