turbot/aws_insights

Query: cloudfront_distribution_input

Usage

powerpipe query aws_insights.query.cloudfront_distribution_input

SQL

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