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

BuildConfiguration

import type { BuildConfiguration } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/elasticbeanstalk.ts";
interface BuildConfiguration {
ArtifactName?: string | null;
CodeBuildServiceRole: string;
ComputeType?: ComputeType | null;
Image: string;
TimeoutInMinutes?: number | null;
}

§Properties

§
ArtifactName?: string | null
[src]
§
CodeBuildServiceRole: string
[src]
§
ComputeType?: ComputeType | null
[src]
§
Image: string
[src]
§
TimeoutInMinutes?: number | null
[src]