turbot/aws_insights

Query: eventbridge_rule_overview

Usage

powerpipe query aws_insights.query.eventbridge_rule_overview

Steampipe Tables

SQL

select
name as "Name",
event_bus_name as "Event Bus Name",
managed_by as "Managed by",
region as "Region",
account_id as "Account ID",
arn as "ARN"
from
aws_eventbridge_rule
where
arn = $1
and account_id = split_part($1, ':', 5)
and region = split_part($1, ':', 4);

Dashboards

The query is used in the dashboards: