View source: R/cloudwatchevents_operations.R
cloudwatchevents_list_rules | R Documentation |
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
)
NamePrefix |
The prefix matching the rule name. |
EventBusName |
The name or ARN of the event bus to list the rules for. If you omit this, the default event bus is used. |
NextToken |
The token returned by a previous call to retrieve the next set of results. |
Limit |
The maximum number of results to return. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.