turbot/aws_insights

Query: acm_certificate_in_use_by

Usage

powerpipe query aws_insights.query.acm_certificate_in_use_by

Steampipe Tables

SQL

select
c.certificate_arn as "ARN",
in_use as "In Use By"
from
aws_acm_certificate as c,
jsonb_array_elements_text(in_use_by) as in_use
where
certificate_arn = $1;

Dashboards

The query is used in the dashboards: