turbot/aws_insights

Query: dax_clusters_for_vpc_security_group

Usage

powerpipe query aws_insights.query.dax_clusters_for_vpc_security_group

Steampipe Tables

SQL

select
arn as dax_cluster_arn
from
aws_dax_cluster,
jsonb_array_elements(security_groups) as sg
where
sg ->> 'SecurityGroupIdentifier' = $1;