toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.finspace.kotlin.outputs
/
KxClusterDatabaseCacheConfiguration
Kx
Cluster
Database
Cache
Configuration
data
class
KxClusterDatabaseCacheConfiguration
(
val
cacheType
:
String
,
val
dbPaths
:
List
<
String
>
?
=
null
)
Members
Constructors
Kx
Cluster
Database
Cache
Configuration
Link copied to clipboard
constructor
(
cacheType
:
String
,
dbPaths
:
List
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cache
Type
Link copied to clipboard
val
cacheType
:
String
Type of disk cache.
db
Paths
Link copied to clipboard
val
dbPaths
:
List
<
String
>
?
=
null
Paths within the database to cache.