zone property

String? zone
getter/setter pair

The Compute Engine zone where the Airflow database is created.

If zone is provided, it must be in the region selected for the environment. If zone is not provided, a zone is automatically selected. The zone can only be set during environment creation. Supported for Cloud Composer environments in versions composer-2..-airflow-..*.

Optional.

Implementation

core.String? zone;