turbot/aws_insights

Query: codecommit_repository_untagged_count

Usage

powerpipe query aws_insights.query.codecommit_repository_untagged_count

SQL

select
count(*) as value,
'Untagged' as label,
case count(*) when 0 then 'ok' else 'alert' end as type
from
aws_codecommit_repository
where
tags = '{}' or tags is null;

Dashboards

The query is used in the dashboards: