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

DefaultPool

import type { DefaultPool } from "https://googleapis.deno.dev/v1/clouddeploy:v1.ts";

Execution using the default Cloud Build pool.

interface DefaultPool {
artifactStorage?: string;
serviceAccount?: string;
}

§Properties

§
artifactStorage?: string
[src]

Optional. Cloud Storage location where execution outputs should be stored. This can either be a bucket ("gs://my-bucket") or a path within a bucket ("gs://my-bucket/my-dir"). If unspecified, a default bucket located in the same region will be used.

§
serviceAccount?: string
[src]

Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) will be used.