turbot/aws_insights

Query: cloudfront_distribution_overview

Usage

powerpipe query aws_insights.query.cloudfront_distribution_overview

SQL

select
domain_name as "Domain Name",
title as "Title",
last_modified_time as "Last Modified Time",
http_version as "HTTP Version",
is_ipv6_enabled :: text as "IPv6 Enabled",
region as "Region",
account_id as "Account ID",
arn as "ARN"
from
aws_cloudfront_distribution
where
arn = $1;

Dashboards

The query is used in the dashboards: