aws.ecr_public.describe_repositories
Example SQL Queries
SELECT * FROMaws.ecr_public.describe_repositories;Description
Describes repositories that are in a public registry.
Table Definition
| Column Name | Column Data Type |
|---|---|
| registry_id Input Column The Amazon Web Services account ID that's associated with the public registry that contains the repository. | VARCHAR |
| repository_names Input Column A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described. | VARCHAR[] |
Show child fields
| |
| _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
| |
| created_at The date and time, in JavaScript date format, when the repository was created. | TIMESTAMP_S |
| repository_arn The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, Amazon Web Services account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test. | VARCHAR |
| repository_name The name of the repository. | VARCHAR |
| repository_uri The URI for the repository. You can use this URI for container image push and pull operations. | VARCHAR |