Kx Cluster Database Args
data class KxClusterDatabaseArgs(val cacheConfigurations: Output<List<KxClusterDatabaseCacheConfigurationArgs>>? = null, val changesetId: Output<String>? = null, val databaseName: Output<String>, val dataviewName: Output<String>? = null) : ConvertibleToJava<KxClusterDatabaseArgs>
Constructors
Link copied to clipboard
constructor(cacheConfigurations: Output<List<KxClusterDatabaseCacheConfigurationArgs>>? = null, changesetId: Output<String>? = null, databaseName: Output<String>, dataviewName: Output<String>? = null)
Properties
Link copied to clipboard
Configuration details for the disk cache to increase performance reading from a KX database mounted to the cluster. See cache_configurations.
Link copied to clipboard
A unique identifier of the changeset that is associated with the cluster.
Link copied to clipboard
Name of the KX database.
Link copied to clipboard
The name of the dataview to be used for caching historical data on disk. You cannot update to a different dataview name once a cluster is created. Use lifecycle
ignore_changes
for database to prevent any undesirable behaviors.