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

WebServerConfig

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

The configuration settings for the Airflow web server App Engine instance. Supported for Cloud Composer environments in versions composer-1..-airflow-..*

interface WebServerConfig {
machineType?: string;
}

§Properties

§
machineType?: string
[src]

Optional. Machine type on which Airflow web server is running. It has to be one of: composer-n1-webserver-2, composer-n1-webserver-4 or composer-n1-webserver-8. If not specified, composer-n1-webserver-2 will be used. Value custom is returned only in response, if Airflow web server parameters were manually changed to a non-standard values.