turbot/aws_insights

Query: codebuild_project_by_source_type

Usage

powerpipe query aws_insights.query.codebuild_project_by_source_type

Steampipe Tables

SQL

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

Dashboards

The query is used in the dashboards: