turbot/aws_insights

Query: acm_certificate_tags

Usage

powerpipe query aws_insights.query.acm_certificate_tags

Steampipe Tables

SQL

select
tag ->> 'Key' as "Key",
tag ->> 'Value' as "Value"
from
aws_acm_certificate,
jsonb_array_elements(tags_src) as tag
where
certificate_arn = $1
order by
tag ->> 'Key';

Dashboards

The query is used in the dashboards: