Learn R Programming

paws.management (version 0.1.6)

cloudwatchevents_list_rules: Lists your EventBridge rules

Description

Lists your EventBridge rules. You can either list all the rules or provide a prefix to match to the rule names.

Usage

cloudwatchevents_list_rules(NamePrefix, EventBusName, NextToken, Limit)

Arguments

NamePrefix

The prefix matching the rule name.

EventBusName

Limits the results to show only the rules associated with the specified event bus.

NextToken

The token returned by a previous call to retrieve the next set of results.

Limit

The maximum number of results to return.

Request syntax

svc$list_rules(
  NamePrefix = "string",
  EventBusName = "string",
  NextToken = "string",
  Limit = 123
)

Details

ListRules doesn\'t list the targets of a rule. To see the targets associated with a rule, use ListTargetsByRule.