turbot/aws_insights

Query: cloudwatch_log_group_input

Usage

powerpipe query aws_insights.query.cloudwatch_log_group_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_cloudwatch_log_group
order by
title;