EnvironmentConfigDatabaseConfig

data class EnvironmentConfigDatabaseConfig(val machineType: String? = null, val zone: String? = null)

Constructors

Link copied to clipboard
constructor(machineType: String? = null, zone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val machineType: String? = null

Optional. Cloud SQL machine type used by Airflow database. It has to be one of: db-n1-standard-2, db-n1-standard-4, db-n1-standard-8 or db-n1-standard-16. If not specified, db-n1-standard-2 will be used.

Link copied to clipboard
val zone: String? = null

Optional. Cloud SQL database preferred zone.