turbot/aws_insights

Query: ecs_cluster_statistics

Usage

powerpipe query aws_insights.query.ecs_cluster_statistics

Steampipe Tables

SQL

select
s ->> 'Name' as "Name",
s ->> 'Value' as "Value"
from
aws_ecs_cluster,
jsonb_array_elements(statistics) as s
where
cluster_arn = $1
order by
s ->> 'Name';

Dashboards

The query is used in the dashboards: