turbot/aws_insights

Query: ecs_service_input

Usage

powerpipe query aws_insights.query.ecs_service_input

Steampipe Tables

SQL

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