DatabaseKafkaConfigArgs

constructor(autoCreateTopicsEnable: Output<Boolean>? = null, clusterId: Output<String>? = null, groupInitialRebalanceDelayMs: Output<Int>? = null, groupMaxSessionTimeoutMs: Output<Int>? = null, groupMinSessionTimeoutMs: Output<Int>? = null, logCleanerDeleteRetentionMs: Output<Int>? = null, logCleanerMinCompactionLagMs: Output<String>? = null, logFlushIntervalMs: Output<String>? = null, logIndexIntervalBytes: Output<Int>? = null, logMessageDownconversionEnable: Output<Boolean>? = null, logMessageTimestampDifferenceMaxMs: Output<String>? = null, logPreallocate: Output<Boolean>? = null, logRetentionBytes: Output<String>? = null, logRetentionHours: Output<Int>? = null, logRetentionMs: Output<String>? = null, logRollJitterMs: Output<String>? = null, logSegmentDeleteDelayMs: Output<Int>? = null, messageMaxBytes: Output<Int>? = null)