paws.management (version 0.1.0)

cloudwatchevents_list_rule_names_by_target: Lists the rules for the specified target

Description

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

Usage

cloudwatchevents_list_rule_names_by_target(TargetArn, NextToken, Limit)

Arguments

TargetArn

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

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