Values.AwsRedshiftClusterEndpointSourceThe connection endpoint for an Amazon Redshift cluster.
type nonrec t = {address : NonEmptyString.t option;The DNS address of the cluster.
*)port : Integer.t option;The port that the database engine listens on.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of NonEmptyString.t ]) list ]