turbot/aws_insights

Query: opensearch_domain_overview

Usage

powerpipe query aws_insights.query.opensearch_domain_overview

Steampipe Tables

SQL

select
domain_name AS "Domain Name",
arn AS "ARN",
created as "Created",
processing as "Processing",
region as "Region",
account_id as "Account ID"
from
aws_opensearch_domain
where
arn = $1;

Dashboards

The query is used in the dashboards: