turbot/aws_insights

Query: codecommit_repository_tags

Usage

powerpipe query aws_insights.query.codecommit_repository_tags

SQL

select
tag.Key as "Key",
tag.Value as "Value"
from
aws_codecommit_repository,
jsonb_each_text(tags) as tag
where
arn = $1
and region = split_part($1, ':', 4)
and account_id = split_part($1, ':', 5)
order by
tag.Key;

Dashboards

The query is used in the dashboards: