turbot/oci_insights

Query: vcn_nat_gateways_for_vcn_vcn

Usage

powerpipe query oci_insights.query.vcn_nat_gateways_for_vcn_vcn

Steampipe Tables

SQL

select
id as nat_gateway_id
from
oci_core_nat_gateway
where
vcn_id = $1;