turbot/aws_insights

Query: codebuild_project_by_region

Usage

powerpipe query aws_insights.query.codebuild_project_by_region

Steampipe Tables

SQL

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

Dashboards

The query is used in the dashboards: