turbot/aws_insights

Query: cloudfront_distribution_status

Usage

powerpipe query aws_insights.query.cloudfront_distribution_status

SQL

select
'Status' as label,
initcap(status) as value
from
aws_cloudfront_distribution
where
arn = $1
and account_id = split_part($1,':',5);

Dashboards

The query is used in the dashboards: