turbot/aws_insights

Query: ecs_cluster_input

Usage

powerpipe query aws_insights.query.ecs_cluster_input

Steampipe Tables

SQL

select
title as label,
cluster_arn as value,
json_build_object(
'account_id',
account_id,
'region',
region,
'cluster_arn',
cluster_arn
) as tags
from
aws_ecs_cluster
order by
title;

Dashboards

The query is used in the dashboards: