aws.ecr_public.describe_registries
Example SQL Queries
SELECT * FROMaws.ecr_public.describe_registries;Description
Returns details for a public registry.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| aliases An array of objects that represents the aliases for a public registry. | STRUCT( |
Show child fields
| |
| registry_arn The Amazon Resource Name (ARN) of the public registry. | VARCHAR |
| registry_id The Amazon Web Services account ID that's associated with the registry. If you do not specify a registry, the default public registry is assumed. | VARCHAR |
| registry_uri The URI of a public registry. The URI contains a universal prefix and the registry alias. | VARCHAR |
| verified Indicates whether the account is a verified Amazon Web Services Marketplace vendor. If an account is verified, each public repository receives a verified account badge on the Amazon ECR Public Gallery. | BOOLEAN |