turbot/aws_insights

Query: opensearch_domain_tags

Usage

powerpipe query aws_insights.query.opensearch_domain_tags

Steampipe Tables

SQL

select
tags ->> 'Key' AS "Key",
tags ->> 'Value' AS "Value"
from
(
select
jsonb_array_elements(tags_src) AS tags
from
aws_opensearch_domain
where
arn = $1
) AS subquery;

Dashboards

The query is used in the dashboards: