Learn R Programming

paws.application.integration (version 0.1.5)

eventbridge_list_rule_names_by_target: Lists the rules for the specified target

Description

Lists the rules for the specified target. You can see which rules can invoke a specific target in your account.

Usage

eventbridge_list_rule_names_by_target(TargetArn, EventBusName,
  NextToken, Limit)

Arguments

TargetArn

[required] The Amazon Resource Name (ARN) of the target resource.

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_rule_names_by_target(
  TargetArn = "string",
  EventBusName = "string",
  NextToken = "string",
  Limit = 123
)