turbot/aws_insights

Query: api_gatewayv2_api_default_endpoint_enabled

Usage

powerpipe query aws_insights.query.api_gatewayv2_api_default_endpoint_enabled

Steampipe Tables

SQL

select
count(*) as value,
'Default Endpoint Enabled' as label,
case
when count(*) = 0 then 'ok'
else 'alert'
end as type
from
aws_api_gatewayv2_api
where
not disable_execute_api_endpoint;

Dashboards

The query is used in the dashboards: