turbot/aws_insights

Query: dax_cluster_discovery_endpoint

Usage

powerpipe query aws_insights.query.dax_cluster_discovery_endpoint

Steampipe Tables

SQL

select
cluster_discovery_endpoint ->> 'Address' as "Address",
cluster_discovery_endpoint ->> 'Port' as "Port",
cluster_discovery_endpoint ->> 'URL' as "URL"
from
aws_dax_cluster
where
arn = $1;

Dashboards

The query is used in the dashboards: