turbot/aws_insights

Query: ecr_repository_overview

Usage

powerpipe query aws_insights.query.ecr_repository_overview

Steampipe Tables

SQL

select
title as "Title",
registry_id as "Registry ID",
repository_uri as "Repository URI",
created_at as "Created at",
account_id as "Account ID",
region as "Region",
arn as "ARN"
from
aws_ecr_repository
where
arn = $1;

Dashboards

The query is used in the dashboards: