turbot/aws_insights

Query: vpc_endpoint_details_for_vpc

Usage

powerpipe query aws_insights.query.vpc_endpoint_details_for_vpc

Steampipe Tables

SQL

select
vpc_endpoint_id as "VPC Endpoint ID",
tags ->> 'Name' as "Name",
service_name as "Service Name"
from
aws_vpc_endpoint
where
vpc_id = $1
order by
vpc_endpoint_id;

Dashboards

The query is used in the dashboards: