turbot/aws_insights

Query: codecommit_repository_untagged_count_status

Usage

powerpipe query aws_insights.query.codecommit_repository_untagged_count_status

SQL

select
case
when tags = '{}'
or tags is null then 'disabled'
else 'enabled'
end as status,
count(*)
from
aws_codecommit_repository
group by
status;

Dashboards

The query is used in the dashboards: