turbot/aws_insights

Query: acm_certificate_status

Usage

powerpipe query aws_insights.query.acm_certificate_status

Steampipe Tables

SQL

select
'Status' as label,
initcap(status) as value
from
aws_acm_certificate
where
account_id = split_part($1, ':', 5)
and region = split_part($1, ':', 4)
and certificate_arn = $1;

Dashboards

The query is used in the dashboards: