turbot/alicloud_insights

Query: ecs_snapshot_input

Usage

powerpipe query alicloud_insights.query.ecs_snapshot_input

Steampipe Tables

SQL

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

Dashboards

The query is used in the dashboards: