Values.UpdateDbInstanceInputSourceUpdates a Timestream for InfluxDB DB instance.
type nonrec t = {identifier : DbInstanceIdentifier.t;The id of the DB instance.
*)logDeliveryConfiguration : LogDeliveryConfiguration.t option;Configuration for sending InfluxDB engine logs to send to specified S3 bucket.
*)dbParameterGroupIdentifier : DbParameterGroupIdentifier.t option;The id of the DB parameter group to assign to your DB instance. DB parameter groups specify how the database is configured. For example, DB parameter groups can specify the limit for query concurrency.
*)port : Port.t option;The port number on which InfluxDB accepts connections. If you change the Port value, your database restarts immediately. Valid Values: 1024-65535 Default: 8086 Constraints: The value can't be 2375-2376, 7788-7799, 8090, or 51678-51680
*)dbInstanceType : DbInstanceType.t option;The Timestream for InfluxDB DB instance type to run InfluxDB on.
*)deploymentType : DeploymentType.t option;Specifies whether the DB instance will be deployed as a standalone instance or with a Multi-AZ standby for high availability.
*)dbStorageType : DbStorageType.t option;The Timestream for InfluxDB DB storage type that InfluxDB stores data on.
*)allocatedStorage : AllocatedStorage.t option;The amount of storage to allocate for your DB storage type (in gibibytes).
*)maintenanceSchedule : MaintenanceSchedule.t option;Specifies the maintenance schedule for the DB instance, including the preferred maintenance window and timezone.
*)}val make :
?logDeliveryConfiguration:??? ->
?dbParameterGroupIdentifier:??? ->
?port:??? ->
?dbInstanceType:??? ->
?deploymentType:??? ->
?dbStorageType:??? ->
?allocatedStorage:??? ->
?maintenanceSchedule:??? ->
identifier:DbInstanceIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Port.t
| `String of DbInstanceIdentifier.t
| `Structure of
(string
* [> `String of IanaTimezone.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `String of S3ConfigurationBucketNameString.t ])
list ])
list ])
list ]