Values.IngressPointSourceThe structure of an ingress endpoint resource.
type nonrec t = {ingressPointName : IngressPointName.t option;A user friendly name for the ingress endpoint resource.
*)ingressPointId : IngressPointId.t option;The identifier of the ingress endpoint resource.
*)status : IngressPointStatus.t option;The status of the ingress endpoint resource.
*)type_ : IngressPointType.t option;The type of ingress endpoint resource.
*)aRecord : IngressPointARecord.t option;The DNS A Record that identifies your ingress endpoint. Configure your DNS Mail Exchange (MX) record with this value to route emails to Mail Manager.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of IngressPointName.t ]) list ]