turbot/aws_insights

Query: iam_roles_for_codebuild_project

Usage

powerpipe query aws_insights.query.iam_roles_for_codebuild_project

Steampipe Tables

SQL

select
service_role as iam_role_arn
from
aws_codebuild_project
where
arn = $1;