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

ImageRepositoryType

import type { ImageRepositoryType } from "https://aws-api.deno.dev/v0.4/services/apprunner.ts?docs=full";
type ImageRepositoryType = "ECR" | "ECR_PUBLIC" | cmnP.UnexpectedEnumValue;

§Type

§
"ECR" | "ECR_PUBLIC" | cmnP.UnexpectedEnumValue
[src]