turbot/aws_insights

Query: api_gatewayv2_api_stages

Usage

powerpipe query aws_insights.query.api_gatewayv2_api_stages

Steampipe Tables

SQL

select
stage_name as "Name",
deployment_id as "Deployment ID",
auto_deploy as "Auto Deploy",
created_date as "Created Time",
last_updated_date as "Updated Time"
from
aws_api_gatewayv2_stage
where
api_id = $1;

Dashboards

The query is used in the dashboards: