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

ServiceConfigOverrides

import type { ServiceConfigOverrides } from "https://googleapis.deno.dev/v1/cloudfunctions:v2.ts";

Contains overrides related to the function's service configuration.

interface ServiceConfigOverrides {
maxInstanceCount?: number;
}

§Properties

§
maxInstanceCount?: number
[src]

Optional. Specifies the maximum number of instances for the new Cloud Run function. If provided, this overrides the max_instance_count setting of the Gen1 function.