turbot/aws_insights

Query: api_gatewayv2_stage_count

Usage

powerpipe query aws_insights.query.api_gatewayv2_stage_count

Steampipe Tables

SQL

select
'Stage Count' as label,
count(stage_name) as value
from
aws_api_gatewayv2_stage
where
api_id = $1;

Dashboards

The query is used in the dashboards: