Database Postgresql Config Args
constructor(autovacuumAnalyzeScaleFactor: Output<Double>? = null, autovacuumAnalyzeThreshold: Output<Int>? = null, autovacuumFreezeMaxAge: Output<Int>? = null, autovacuumMaxWorkers: Output<Int>? = null, autovacuumNaptime: Output<Int>? = null, autovacuumVacuumCostDelay: Output<Int>? = null, autovacuumVacuumCostLimit: Output<Int>? = null, autovacuumVacuumScaleFactor: Output<Double>? = null, autovacuumVacuumThreshold: Output<Int>? = null, backupHour: Output<Int>? = null, backupMinute: Output<Int>? = null, bgwriterDelay: Output<Int>? = null, bgwriterFlushAfter: Output<Int>? = null, bgwriterLruMaxpages: Output<Int>? = null, bgwriterLruMultiplier: Output<Double>? = null, clusterId: Output<String>? = null, deadlockTimeout: Output<Int>? = null, defaultToastCompression: Output<String>? = null, idleInTransactionSessionTimeout: Output<Int>? = null, jit: Output<Boolean>? = null, logAutovacuumMinDuration: Output<Int>? = null, logErrorVerbosity: Output<String>? = null, logLinePrefix: Output<String>? = null, logMinDurationStatement: Output<Int>? = null, maxFilesPerProcess: Output<Int>? = null, maxLocksPerTransaction: Output<Int>? = null, maxLogicalReplicationWorkers: Output<Int>? = null, maxParallelWorkers: Output<Int>? = null, maxParallelWorkersPerGather: Output<Int>? = null, maxPredLocksPerTransaction: Output<Int>? = null, maxPreparedTransactions: Output<Int>? = null, maxReplicationSlots: Output<Int>? = null, maxStackDepth: Output<Int>? = null, maxStandbyArchiveDelay: Output<Int>? = null, maxStandbyStreamingDelay: Output<Int>? = null, maxWalSenders: Output<Int>? = null, maxWorkerProcesses: Output<Int>? = null, pgPartmanBgwInterval: Output<Int>? = null, pgPartmanBgwRole: Output<String>? = null, pgStatStatementsTrack: Output<String>? = null, pgbouncers: Output<List<DatabasePostgresqlConfigPgbouncerArgs>>? = null, sharedBuffersPercentage: Output<Double>? = null, tempFileLimit: Output<Int>? = null, timescaledbs: Output<List<DatabasePostgresqlConfigTimescaledbArgs>>? = null, timezone: Output<String>? = null, trackActivityQuerySize: Output<Int>? = null, trackCommitTimestamp: Output<String>? = null, trackFunctions: Output<String>? = null, trackIoTiming: Output<String>? = null, walSenderTimeout: Output<Int>? = null, walWriterDelay: Output<Int>? = null, workMem: Output<Int>? = null)