turbot/oci_insights

Query: vcn_service_gateways_for_vcn_vcn

Usage

powerpipe query oci_insights.query.vcn_service_gateways_for_vcn_vcn

Steampipe Tables

SQL

select
id as service_gateway_id
from
oci_core_service_gateway
where
vcn_id = $1;