turbot/aws_insights

Query: codecommit_repository_input

Usage

powerpipe query aws_insights.query.codecommit_repository_input

SQL

select
title as label,
arn as value,
json_build_object(
'account_id',
account_id,
'region',
region,
'arn',
arn
) as tags
from
aws_codecommit_repository
order by
title;

Dashboards

The query is used in the dashboards: