Lists your Amazon EventBridge rules. You can either list all the rules or you can provide a prefix to match to the rule names.
See https://www.paws-r-sdk.com/docs/cloudwatchevents_list_rules/ for full documentation.
cloudwatchevents_list_rules(
NamePrefix = NULL,
EventBusName = NULL,
NextToken = NULL,
Limit = NULL
)
The prefix matching the rule name.
The name or ARN of the event bus to list the rules for. If you omit this, the default event bus is used.
The token returned by a previous call to retrieve the next set of results.
The maximum number of results to return.