Values.CreateDbParameterGroupInputSourceCreates a new Timestream for InfluxDB DB parameter group to associate with DB instances.
type nonrec t = {name : DbParameterGroupName.t;The name of the DB parameter group. The name must be unique per customer and per region.
*)description : CreateDbParameterGroupInputDescriptionString.t option;A description of the DB parameter group.
*)parameters : Parameters.t option;A list of the parameters that comprise the DB parameter group.
*)}val make :
?description:??? ->
?parameters:??? ->
?tags:??? ->
name:DbParameterGroupName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of DbParameterGroupName.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 ])
list ]