Kx Dataview Segment Configuration Args
data class KxDataviewSegmentConfigurationArgs(val dbPaths: Output<List<String>>, val onDemand: Output<Boolean>? = null, val volumeName: Output<String>) : ConvertibleToJava<KxDataviewSegmentConfigurationArgs>
Constructors
Link copied to clipboard
fun KxDataviewSegmentConfigurationArgs(dbPaths: Output<List<String>>, onDemand: Output<Boolean>? = null, volumeName: Output<String>)