turbot/aws_insights

Query: lambda_function_security_groups

Usage

powerpipe query aws_insights.query.lambda_function_security_groups

Steampipe Tables

SQL

select
p as "ID"
from
aws_lambda_function,
jsonb_array_elements(vpc_security_group_ids) as p
where
arn = $1;

Dashboards

The query is used in the dashboards: