turbot/aws_insights

Query: acm_certificate_by_type

Usage

powerpipe query aws_insights.query.acm_certificate_by_type

Steampipe Tables

SQL

select
type as "Type",
count(type) as "Certificates"
from
aws_acm_certificate
group by
type
order by
type;

Dashboards

The query is used in the dashboards: