turbot/aws_insights

Query: ecr_policy_std_for_ecr_repository

Usage

powerpipe query aws_insights.query.ecr_policy_std_for_ecr_repository

Steampipe Tables

SQL

select
policy_std
from
aws_ecr_repository
where
arn = $1
and region = split_part($1, ':', 4)
and account_id = split_part($1, ':', 5);