turbot/aws_insights

Query: vpc_subnet_ids_for_opensearch

Usage

powerpipe query aws_insights.query.vpc_subnet_ids_for_opensearch

Steampipe Tables

SQL

select
jsonb_array_elements_text(vpc_options -> 'SubnetIds') AS subnet_id
from
aws_opensearch_domain
where
arn = $1;