turbot/aws_insights

Query: vpc_nat_gateways_for_vpc

Usage

powerpipe query aws_insights.query.vpc_nat_gateways_for_vpc

Steampipe Tables

SQL

select
arn as gateway_arn
from
aws_vpc_nat_gateway
where
vpc_id = $1;