eventbridge_list_rules: Lists your Amazon EventBridge rules

View source: R/eventbridge_operations.R

eventbridge_list_rulesR Documentation

Lists your Amazon EventBridge rules

Description

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/eventbridge_list_rules/ for full documentation.

Usage

eventbridge_list_rules(
  NamePrefix = NULL,
  EventBusName = NULL,
  NextToken = NULL,
  Limit = NULL
)

Arguments

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.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.