Values.EndpointSourceRepresents the information required for client programs to connect to the endpoint for a DAX cluster.
type nonrec t = {address : String_.t option;The DNS hostname of the endpoint.
*)port : Integer.t option;The port number that applications should use to connect to the endpoint.
*)uRL : String_.t option;The URL that applications should use to connect to the endpoint. The default ports are 8111 for the "dax" protocol and 9111 for the "daxs" protocol.
*)}