Values.DbInstanceSummarySourceContains a summary of a DB instance.
type nonrec t = {id : DbInstanceId.t option;The service-generated unique identifier of the DB instance.
*)name : DbInstanceName.t option;This customer-supplied name uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and CLI commands.
*)arn : Arn.t option;The Amazon Resource Name (ARN) of the DB instance.
*)status : Status.t option;The status of the DB instance.
*)endpoint : String_.t option;The endpoint used to connect to InfluxDB. The default InfluxDB port is 8086.
*)port : Port.t option;The port number on which InfluxDB accepts connections.
*)networkType : NetworkType.t option;Specifies whether the networkType of the Timestream for InfluxDB instance is IPV4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.
*)dbInstanceType : DbInstanceType.t option;The Timestream for InfluxDB instance type to run InfluxDB on.
*)dbStorageType : DbStorageType.t option;The storage type for your DB instance.
*)allocatedStorage : AllocatedStorage.t option;The amount of storage to allocate for your DbStorageType in GiB (gibibytes).
*)deploymentType : DeploymentType.t option;Single-Instance or with a MultiAZ Standby for High availability.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `Integer of Port.t | `String of DbInstanceId.t ])
list ]