KxClusterDatabaseCacheConfigurationArgs

data class KxClusterDatabaseCacheConfigurationArgs(val cacheType: Output<String>, val dbPaths: Output<List<String>>? = null) : ConvertibleToJava<KxClusterDatabaseCacheConfigurationArgs>

Constructors

Link copied to clipboard
constructor(cacheType: Output<String>, dbPaths: Output<List<String>>? = null)

Properties

Link copied to clipboard
val cacheType: Output<String>

Type of disk cache.

Link copied to clipboard
val dbPaths: Output<List<String>>? = null

Paths within the database to cache.

Functions

Link copied to clipboard
open override fun toJava(): KxClusterDatabaseCacheConfigurationArgs