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;