webServerPluginsMode property

String? webServerPluginsMode
getter/setter pair

Whether or not the web server uses custom plugins.

If unspecified, the field defaults to PLUGINS_ENABLED. This field is supported for Cloud Composer environments in versions composer-3..-airflow-..* and newer.

Optional. Possible string values are:

  • "WEB_SERVER_PLUGINS_MODE_UNSPECIFIED" : Default mode.
  • "PLUGINS_DISABLED" : Web server plugins are not supported.
  • "PLUGINS_ENABLED" : Web server plugins are supported.

Implementation

core.String? webServerPluginsMode;