Secret Backend Connection Postgresql Args
constructor(authType: Output<String>? = null, connectionUrl: Output<String>? = null, disableEscaping: Output<Boolean>? = null, maxConnectionLifetime: Output<Int>? = null, maxIdleConnections: Output<Int>? = null, maxOpenConnections: Output<Int>? = null, password: Output<String>? = null, passwordAuthentication: Output<String>? = null, privateKey: Output<String>? = null, selfManaged: Output<Boolean>? = null, serviceAccountJson: Output<String>? = null, tlsCa: Output<String>? = null, tlsCertificate: Output<String>? = null, username: Output<String>? = null, usernameTemplate: Output<String>? = null)