SecretBackendConnectionMysqlLegacyArgs

constructor(authType: Output<String>? = null, connectionUrl: Output<String>? = null, maxConnectionLifetime: Output<Int>? = null, maxIdleConnections: Output<Int>? = null, maxOpenConnections: Output<Int>? = null, password: Output<String>? = null, serviceAccountJson: Output<String>? = null, tlsCa: Output<String>? = null, tlsCertificateKey: Output<String>? = null, username: Output<String>? = null, usernameTemplate: Output<String>? = null)