Values.DbClusterSummarySourceDescribes a summary of a Timestream for InfluxDB cluster.
type nonrec t = {id : DbClusterId.t option;Service-generated unique identifier of the DB cluster to retrieve.
*)name : DbClusterName.t option;Customer supplied name of the Timestream for InfluxDB cluster.
*)arn : Arn.t option;The Amazon Resource Name (ARN) of the DB cluster.
*)status : ClusterStatus.t option;The status of the DB cluster.
*)endpoint : String_.t option;The endpoint used to connect to the Timestream for InfluxDB cluster for write and read operations.
*)readerEndpoint : String_.t option;The endpoint used to connect to the Timestream for InfluxDB cluster for read-only operations.
*)port : Port.t option;The port number on which InfluxDB accepts connections.
*)deploymentType : ClusterDeploymentType.t option;Deployment type of the DB cluster
*)dbInstanceType : DbInstanceType.t option;The Timestream for InfluxDB DB instance type that InfluxDB runs on.
*)networkType : NetworkType.t option;Specifies whether the network type of the Timestream for InfluxDB Cluster is IPv4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.
*)dbStorageType : DbStorageType.t option;The Timestream for InfluxDB DB storage type that InfluxDB stores data on.
*)allocatedStorage : AllocatedStorage.t option;The amount of storage allocated for your DB storage type (in gibibytes).
*)engineType : EngineType.t option;The engine type of your DB cluster.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `Integer of Port.t | `String of DbClusterId.t ])
list ]