Values.ParametersSourceThe parameters that comprise the parameter group.
type nonrec t = {influxDBv2 : InfluxDBv2Parameters.t option;All the customer-modifiable InfluxDB v2 parameters in Timestream for InfluxDB.
*)influxDBv3Core : InfluxDBv3CoreParameters.t option;All the customer-modifiable InfluxDB v3 Core parameters in Timestream for InfluxDB.
*)influxDBv3Enterprise : InfluxDBv3EnterpriseParameters.t option;All the customer-modifiable InfluxDB v3 Enterprise parameters in Timestream for InfluxDB.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Float of
InfluxDBv3CoreParametersParquetMemCachePrunePercentageFloat.t
| `Integer of InfluxDBv2ParametersQueryConcurrencyInteger.t
| `Long of InfluxDBv2ParametersInfluxqlMaxSelectBucketsLong.t
| `String of InfluxDBv3CoreParametersLogFilterString.t
| `Structure of
(string
* [> `Enum of string
| `Long of DurationValueLong.t
| `String of PercentOrAbsoluteLongPercentString.t ])
list ])
list ])
list ]