turbot/alicloud_insights

Query: ecs_security_group_overview

Usage

powerpipe query alicloud_insights.query.ecs_security_group_overview

SQL

select
name as "Group Name",
security_group_id as "Group ID",
description as "Description",
vpc_id as "VPC ID",
region as "Region",
account_id as "Account ID",
arn as "ARN"
from
alicloud_ecs_security_group
where
security_group_id = $1;

Dashboards

The query is used in the dashboards: