Secrets Mount Postgresql Args
constructor(allowedRoles: Output<List<String>>? = null, authType: Output<String>? = null, connectionUrl: Output<String>? = null, data: Output<Map<String, String>>? = null, disableAutomatedRotation: Output<Boolean>? = null, disableEscaping: Output<Boolean>? = null, maxConnectionLifetime: Output<Int>? = null, maxIdleConnections: Output<Int>? = null, maxOpenConnections: Output<Int>? = null, name: Output<String>, password: Output<String>? = null, passwordAuthentication: Output<String>? = null, pluginName: Output<String>? = null, privateKey: Output<String>? = null, rootRotationStatements: Output<List<String>>? = null, rotationPeriod: Output<Int>? = null, rotationSchedule: Output<String>? = null, rotationWindow: Output<Int>? = 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, verifyConnection: Output<Boolean>? = null)