Lists your EventBridge rules. You can either list all the rules or provide a prefix to match to the rule names.
cloudwatchevents_list_rules(NamePrefix, EventBusName, NextToken, Limit)
The prefix matching the rule name.
Limits the results to show only the rules associated with the specified event bus.
The token returned by a previous call to retrieve the next set of results.
The maximum number of results to return.
svc$list_rules( NamePrefix = "string", EventBusName = "string", NextToken = "string", Limit = 123 )
ListRules
doesn\'t list the targets of a rule. To see the targets
associated with a rule, use ListTargetsByRule.