turbot/aws_insights

Query: vpc_flow_log_input

Usage

powerpipe query aws_insights.query.vpc_flow_log_input

Steampipe Tables

SQL

select
title as label,
flow_log_id as value,
json_build_object(
'account_id', account_id,
'region', region
) as tags
from
aws_vpc_flow_log
order by
title;