DatabaseConfigArgs

data class DatabaseConfigArgs(val machineType: Output<String>? = null) : ConvertibleToJava<DatabaseConfigArgs>

The configuration of Cloud SQL instance that is used by the Apache Airflow software.

Constructors

Link copied to clipboard
fun DatabaseConfigArgs(machineType: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DatabaseConfigArgs

Properties

Link copied to clipboard
val machineType: Output<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. Supported for Cloud Composer environments in versions composer-1..-airflow-..*.