CloudSqlCredentialArgs

data class CloudSqlCredentialArgs(val password: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<CloudSqlCredentialArgs>

Credential info for the Cloud SQL.

Constructors

Link copied to clipboard
fun CloudSqlCredentialArgs(password: Output<String>? = null, username: Output<String>? = null)

Functions

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

Properties

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

The password for the credential.

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

The username for the credential.