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

EnvironmentImage

import type { EnvironmentImage } from "https://aws-api.deno.dev/v0.3/services/codebuild.ts?docs=full";

Information about a Docker image that is managed by CodeBuild.

interface EnvironmentImage {
description?: string | null;
name?: string | null;
versions?: string[] | null;
}

§Properties

§
description?: string | null
[src]

The description of the Docker image.

§
name?: string | null
[src]

The name of the Docker image.

§
versions?: string[] | null
[src]

A list of environment image versions.