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;

Dashboards

The query is used in the dashboards: