turbot/aws_insights

Query: vpc_flow_log_deliver_logs_status

Usage

powerpipe query aws_insights.query.vpc_flow_log_deliver_logs_status

Steampipe Tables

SQL

select
'Deliver Logs Status' as label,
deliver_logs_status as value,
case
when deliver_logs_status = 'SUCCESS' then 'ok'
else 'alert'
end as type
from
aws_vpc_flow_log
where
flow_log_id = $1

Dashboards

The query is used in the dashboards: