turbot/aws_insights

Query: opensearch_domain_input

Usage

powerpipe query aws_insights.query.opensearch_domain_input

Steampipe Tables

SQL

select
domain_name as label,
arn as value,
json_build_object('domain_name', domain_name, 'arn', arn) as tags
from
aws_opensearch_domain
order by
domain_name;

Dashboards

The query is used in the dashboards: