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

RegistryCatalogData

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

The metadata for a public registry.

interface RegistryCatalogData {
displayName?: string | null;
}

§Properties

§
displayName?: string | null
[src]

The display name for a public registry. This appears on the Amazon ECR Public Gallery.

! IMPORTANT: ! Only accounts that have the verified account badge can have a registry display name.