turbot/aws_insights

Query: acm_certificate_revoked_count

Usage

powerpipe query aws_insights.query.acm_certificate_revoked_count

Steampipe Tables

SQL

select
count(*) as "Revoked Certificates"
from
aws_acm_certificate
where
revoked_at is not null;

Dashboards

The query is used in the dashboards: