Database Mysql Config Args
constructor(backupHour: Output<Int>? = null, backupMinute: Output<Int>? = null, binlogRetentionPeriod: Output<Int>? = null, clusterId: Output<String>? = null, connectTimeout: Output<Int>? = null, defaultTimeZone: Output<String>? = null, groupConcatMaxLen: Output<Int>? = null, informationSchemaStatsExpiry: Output<Int>? = null, innodbFtMinTokenSize: Output<Int>? = null, innodbFtServerStopwordTable: Output<String>? = null, innodbLockWaitTimeout: Output<Int>? = null, innodbLogBufferSize: Output<Int>? = null, innodbOnlineAlterLogMaxSize: Output<Int>? = null, innodbPrintAllDeadlocks: Output<Boolean>? = null, innodbRollbackOnTimeout: Output<Boolean>? = null, interactiveTimeout: Output<Int>? = null, internalTmpMemStorageEngine: Output<String>? = null, longQueryTime: Output<Double>? = null, maxAllowedPacket: Output<Int>? = null, maxHeapTableSize: Output<Int>? = null, netReadTimeout: Output<Int>? = null, netWriteTimeout: Output<Int>? = null, slowQueryLog: Output<Boolean>? = null, sortBufferSize: Output<Int>? = null, sqlMode: Output<String>? = null, sqlRequirePrimaryKey: Output<Boolean>? = null, tmpTableSize: Output<Int>? = null, waitTimeout: Output<Int>? = null)