turbot/aws_insights

Query: api_gatewayv2_api_by_protocol

Usage

powerpipe query aws_insights.query.api_gatewayv2_api_by_protocol

Steampipe Tables

SQL

select
protocol_type as "Protocol",
count(*)
from
aws_api_gatewayv2_api
group by
protocol_type
order by
protocol_type;

Dashboards

The query is used in the dashboards: