aws.events.list_rule_names_by_target
Example SQL Queries
SELECT * FROMaws.events.list_rule_names_by_targetWHERE"target_arn" = 'VALUE';Description
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.
The maximum number of results per page for requests is 100.
Table Definition
| Column Name | Column Data Type |
|---|---|
| target_arn Required Input Column The Amazon Resource Name (ARN) of the target resource. | VARCHAR |
| event_bus_name Input Column The name or ARN of the event bus to list rules for. If you omit this, the default event bus is used. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| rule_names | VARCHAR |