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

BatchRestrictions

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

Specifies restrictions for the batch build.

interface BatchRestrictions {
computeTypesAllowed?: string[] | null;
maximumBuildsAllowed?: number | null;
}

§Properties

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

An array of strings that specify the compute types that are allowed for the batch build. See Build environment compute types in the CodeBuild User Guide for these values.

§
maximumBuildsAllowed?: number | null
[src]

Specifies the maximum number of builds allowed.