turbot/oci_insights

Query: vcn_flow_logs_for_vcn_subnet

Usage

powerpipe query oci_insights.query.vcn_flow_logs_for_vcn_subnet

Steampipe Tables

SQL

select
id as flow_log_id
from
oci_logging_log
where
configuration -> 'source' ->> 'service' = 'flowlogs'
and configuration -> 'source' ->> 'resource' = $1;