SecretBackendConnectionPostgresql

constructor(authType: String? = null, connectionUrl: String? = null, disableEscaping: Boolean? = null, maxConnectionLifetime: Int? = null, maxIdleConnections: Int? = null, maxOpenConnections: Int? = null, password: String? = null, passwordAuthentication: String? = null, privateKey: String? = null, selfManaged: Boolean? = null, serviceAccountJson: String? = null, tlsCa: String? = null, tlsCertificate: String? = null, username: String? = null, usernameTemplate: String? = null)