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

EnvironmentPlatform

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

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

interface EnvironmentPlatform {
languages?: EnvironmentLanguage[] | null;
platform?: PlatformType | null;
}

§Properties

§
languages?: EnvironmentLanguage[] | null
[src]

The list of programming languages that are available for the specified platform.

§
platform?: PlatformType | null
[src]

The platform's name.