turbot/aws_insights

Query: vpc_endpoints_for_vpc

Usage

powerpipe query aws_insights.query.vpc_endpoints_for_vpc

Steampipe Tables

SQL

select
vpc_endpoint_id
from
aws_vpc_endpoint
where
vpc_id = $1;