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

ImageRepository

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

Describes a source image repository.

interface ImageRepository {
ImageConfiguration?: ImageConfiguration | null;
ImageIdentifier: string;
ImageRepositoryType: ImageRepositoryType;
}

§Properties

§
ImageConfiguration?: ImageConfiguration | null
[src]

Configuration for running the identified image.

§
ImageIdentifier: string
[src]

The identifier of an image.

For an image in Amazon Elastic Container Registry (Amazon ECR), this is an image name. For the image name format, see Pulling an image in the Amazon ECR User Guide.

§
ImageRepositoryType: ImageRepositoryType
[src]

The type of the image repository. This reflects the repository provider and whether the repository is private or public.