v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1456332247.5 KB

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

post/#X-Amz-Target=AWSEvents.ListRuleNamesByTarget

Headers

X-Amz-Target'AWSEvents.ListRuleNamesByTarget' required

Request body

TargetArnstring required

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

EventBusNamestring

The name or ARN of the event bus to list rules for. If you omit this, the default event bus is used.

NextTokenstring

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

Limitinteger

The maximum number of results to return.

Response

Success

RuleNamesRuleName[]

The names of the rules that can invoke the given target.

NextTokenstring

Indicates whether there are additional results to retrieve. If there are no more results, the value is null.