turbot/ibm_insights

Query: ibm_is_security_group_overview

Usage

powerpipe query ibm_insights.query.ibm_is_security_group_overview

Steampipe Tables

SQL

select
name as "Name",
id as "ID",
vpc ->> 'id' as "VPC ID",
href as "HREF",
resource_group ->> 'name' as "Resource Group",
region as "Region",
account_id as "Account ID",
crn as "CRN"
from
ibm_is_security_group
where
crn = $1;

Params

ArgsNameDefaultDescriptionVariable
$1crn

    Dashboards

    The query is used in the dashboards: