turbot/aws_insights

Query: codebuild_project_by_environment_type

Usage

powerpipe query aws_insights.query.codebuild_project_by_environment_type

Steampipe Tables

SQL

select
environment -> 'Type' as "Environment Type",
count(*) as "projects"
from
aws_codebuild_project
group by
environment -> 'Type'
order by
environment -> 'Type';

Dashboards

The query is used in the dashboards: