turbot/aws_insights

Query: ecs_task_definition_input

Usage

powerpipe query aws_insights.query.ecs_task_definition_input

Steampipe Tables

SQL

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

Dashboards

The query is used in the dashboards: