Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Registry

import type { Registry } from "https://aws-api.deno.dev/v0.4/services/ecrpublic.ts?docs=full";

The details of a public registry.

interface Registry {
aliases: RegistryAlias[];
registryArn: string;
registryId: string;
registryUri: string;
verified: boolean;
}

§Properties

§

An array of objects that represents the aliases for a public registry.

§
registryArn: string
[src]

The Amazon Resource Name (ARN) of the public registry.

§
registryId: string
[src]

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.

§
registryUri: string
[src]

The URI of a public registry. The URI contains a universal prefix and the registry alias.

§
verified: boolean
[src]

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.