Values.RelationalDatabaseEndpointSourceDescribes an endpoint for a database.
type nonrec t = {port : Integer.t option;Specifies the port that the database is listening on.
*)address : NonEmptyString.t option;Specifies the DNS address of the database.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of NonEmptyString.t ]) list ]