Values.UpdateDbClusterInputSourceUpdates a Timestream for InfluxDB cluster.
type nonrec t = {dbClusterId : DbClusterId.t;Service-generated unique identifier of the DB cluster to update.
*)logDeliveryConfiguration : LogDeliveryConfiguration.t option;The log delivery configuration to apply to the DB cluster.
*)dbParameterGroupIdentifier : DbParameterGroupIdentifier.t option;Update the DB cluster to use the specified DB parameter group.
*)port : Port.t option;Update the DB cluster to use the specified port.
*)dbInstanceType : DbInstanceType.t option;Update the DB cluster to use the specified DB instance Type.
*)failoverMode : FailoverMode.t option;Update the DB cluster's failover behavior.
*)maintenanceSchedule : MaintenanceSchedule.t option;Specifies the maintenance schedule for the DB cluster, including the preferred maintenance window and timezone.
*)}val make :
?logDeliveryConfiguration:??? ->
?dbParameterGroupIdentifier:??? ->
?port:??? ->
?dbInstanceType:??? ->
?failoverMode:??? ->
?maintenanceSchedule:??? ->
dbClusterId:DbClusterId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Port.t
| `String of DbClusterId.t
| `Structure of
(string
* [> `String of IanaTimezone.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `String of S3ConfigurationBucketNameString.t ])
list ])
list ])
list ]