envVariables

@JvmName(name = "biyhkbokcgqwmwsc")
suspend fun envVariables(value: Output<Map<String, String>>)
@JvmName(name = "uwgprwjnqvslwpph")
suspend fun envVariables(value: Map<String, String>?)

Parameters

value

Additional environment variables to provide to the Apache Airflow scheduler, worker, and webserver processes. Environment variable names must match the regular expression a-zA-Z0-9_*. They cannot specify Apache Airflow software configuration overrides (they cannot match the regular expression AIRFLOW__A-Z0-9_+__A-Z0-9_+), and they cannot match any of the following reserved names: AIRFLOW_HOME C_FORCE_ROOT CONTAINER_NAME DAGS_FOLDER GCP_PROJECT GCS_BUCKET GKE_CLUSTER_NAME SQL_DATABASE SQL_INSTANCE SQL_PASSWORD SQL_PROJECT SQL_REGION SQL_USER.


@JvmName(name = "bgkdttumitkyqaat")
fun envVariables(vararg values: Pair<String, String>)

Parameters

values

Additional environment variables to provide to the Apache Airflow scheduler, worker, and webserver processes. Environment variable names must match the regular expression a-zA-Z0-9_*. They cannot specify Apache Airflow software configuration overrides (they cannot match the regular expression AIRFLOW__A-Z0-9_+__A-Z0-9_+), and they cannot match any of the following reserved names: AIRFLOW_HOME C_FORCE_ROOT CONTAINER_NAME DAGS_FOLDER GCP_PROJECT GCS_BUCKET GKE_CLUSTER_NAME SQL_DATABASE SQL_INSTANCE SQL_PASSWORD SQL_PROJECT SQL_REGION SQL_USER.