CloudSqlPropertiesArgs

data class CloudSqlPropertiesArgs(val credential: Output<CloudSqlCredentialArgs>? = null, val database: Output<String>? = null, val instanceId: Output<String>? = null, val type: Output<CloudSqlPropertiesType>? = null) : ConvertibleToJava<CloudSqlPropertiesArgs>

Connection properties specific to the Cloud SQL.

Constructors

Link copied to clipboard
fun CloudSqlPropertiesArgs(credential: Output<CloudSqlCredentialArgs>? = null, database: Output<String>? = null, instanceId: Output<String>? = null, type: Output<CloudSqlPropertiesType>? = null)

Functions

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

Properties

Link copied to clipboard
val credential: Output<CloudSqlCredentialArgs>? = null

Input only. Cloud SQL credential.

Link copied to clipboard
val database: Output<String>? = null

Database name.

Link copied to clipboard
val instanceId: Output<String>? = null

Cloud SQL instance ID in the form project:location:instance.

Link copied to clipboard
val type: Output<CloudSqlPropertiesType>? = null

Type of the Cloud SQL database.