aws.ecr_public.describe_image_tags
Example SQL Queries
SELECT * FROMaws.ecr_public.describe_image_tagsWHERE"repository_name" = 'VALUE';Description
Returns the image tag details for a repository in a public registry.
Table Definition
| Column Name | Column Data Type |
|---|---|
| repository_name Required Input Column The name of the repository that contains the image tag details to describe. | VARCHAR |
| registry_id Input Column The Amazon Web Services account ID that's associated with the public registry that contains the repository where images are 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
| |
| created_at The time stamp that indicates when the image tag was created. | TIMESTAMP_S |
| image_detail An object that describes the details of an image. | STRUCT( |
Show child fields
| |
| image_tag The tag that's associated with the image. | VARCHAR |