turbot/aws_insights

Query: codebuild_project_encrypted

Usage

powerpipe query aws_insights.query.codebuild_project_encrypted

Steampipe Tables

SQL

select
'Encryption' as label,
case when encryption_key is null then 'Disabled' else 'Enabled' end as value,
case when encryption_key is null then 'alert' else 'ok' end as type
from
aws_codebuild_project
where
arn = $1;

Dashboards

The query is used in the dashboards: