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

EnvironmentLanguage

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

A set of Docker images that are related by programming language and are managed by CodeBuild.

interface EnvironmentLanguage {
images?: EnvironmentImage[] | null;
language?: LanguageType | null;
}

§Properties

§
images?: EnvironmentImage[] | null
[src]

The list of Docker images that are related by the specified programming language.

§
language?: LanguageType | null
[src]

The programming language for the Docker images.