turbot/aws_insights

Query: acm_certificate_overview

Usage

powerpipe query aws_insights.query.acm_certificate_overview

Steampipe Tables

SQL

select
domain_name as "Domain Name",
title as "Title",
created_at as "Create Date",
not_after as "Expiry Time",
issuer as "Issuer",
type as "Type",
region as "Region",
account_id as "Account ID",
certificate_arn as "ARN"
from
aws_acm_certificate
where
certificate_arn = $1;

Dashboards

The query is used in the dashboards: