GoogleApi.Composer.V1beta1.Model.WebServerConfig (google_api_composer v0.19.3) View Source

The configuration settings for the Airflow web server App Engine instance.

Attributes

  • machineType (type: String.t, default: nil) - 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Composer.V1beta1.Model.WebServerConfig{
  machineType: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.