turbot/aws_insights

Query: opensearch_domain_security_groups

Usage

powerpipe query aws_insights.query.opensearch_domain_security_groups

Steampipe Tables

SQL

select
GroupID AS "Group ID"
from
(
select
jsonb_array_elements_text(vpc_options -> 'SecurityGroupIds') AS GroupID
from
aws_opensearch_domain
where
arn = $1
) AS subquery;

Dashboards

The query is used in the dashboards: