turbot/aws_insights

Query: ecs_cluster_pending_tasks_count

Usage

powerpipe query aws_insights.query.ecs_cluster_pending_tasks_count

Steampipe Tables

SQL

select
pending_tasks_count as value,
'Pending Tasks' as label
from
aws_ecs_cluster
where
cluster_arn = $1
and account_id = split_part($1, ':', 5)
and region = split_part($1, ':', 4);

Dashboards

The query is used in the dashboards: