turbot/aws_insights

Query: api_gatewayv2_api_by_region

Usage

powerpipe query aws_insights.query.api_gatewayv2_api_by_region

Steampipe Tables

SQL

select
region as "Region",
count(*)
from
aws_api_gatewayv2_api
group by
region
order by
region;

Dashboards

The query is used in the dashboards: