EnvironmentConfigWebServerConfigArgs

data class EnvironmentConfigWebServerConfigArgs(val machineType: Output<String>) : ConvertibleToJava<EnvironmentConfigWebServerConfigArgs>

Constructors

Link copied to clipboard
constructor(machineType: Output<String>)

Properties

Link copied to clipboard
val machineType: Output<String>

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.

Functions

Link copied to clipboard
open override fun toJava(): EnvironmentConfigWebServerConfigArgs