aws.ecr_public.get_repository_catalog_data
Example SQL Queries
SELECT * FROMaws.ecr_public.get_repository_catalog_dataWHERE"repository_name" = 'VALUE';Description
Retrieve catalog metadata for a repository in a public registry. This metadata is displayed publicly in the Amazon ECR Public Gallery.
Table Definition
| Column Name | Column Data Type |
|---|---|
| repository_name Required Input Column The name of the repository to retrieve the catalog metadata for. | VARCHAR |
| registry_id Input Column The Amazon Web Services account ID that's associated with the registry that contains the repositories to be described. If you do not specify a registry, the default public registry is assumed. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| catalog_data The catalog metadata for the repository. | STRUCT( |
Show child fields
| |