Values.AwsRdsDbInstanceEndpointSourceSpecifies the connection endpoint.
type nonrec t = {address : NonEmptyString.t option;Specifies the DNS address of the DB instance.
*)port : Integer.t option;Specifies the port that the database engine is listening on.
*)hostedZoneId : NonEmptyString.t option;Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of NonEmptyString.t ]) list ]