Values.MetadataSourceThe metadata about the email.
type nonrec t = {timestamp : Timestamp.t option;The timestamp of when the email was received.
*)ingressPointId : IngressPointId.t option;The ID of the ingress endpoint through which the email was received.
*)trafficPolicyId : TrafficPolicyId.t option;The ID of the traffic policy that was in effect when the email was received.
*)ruleSetId : RuleSetId.t option;The ID of the rule set that processed the email.
*)senderHostname : String_.t option;The name of the host from which the email was received.
*)senderIpAddress : SenderIpAddress.t option;The IP address of the host from which the email was received.
*)tlsCipherSuite : String_.t option;The TLS cipher suite used to communicate with the host from which the email was received.
*)tlsProtocol : String_.t option;The TLS protocol used to communicate with the host from which the email was received.
*)sendingMethod : String_.t option;The name of the API call used when sent through a configuration set with archiving enabled.
*)sourceIdentity : String_.t option;The identity name used to authorize the sending action when sent through a configuration set with archiving enabled.
*)sendingPool : String_.t option;The name of the dedicated IP pool used when sent through a configuration set with archiving enabled.
*)configurationSet : String_.t option;The name of the configuration set used when sent through a configuration set with archiving enabled.
*)sourceArn : String_.t option;Specifies the archived email source, identified by either a Rule Set's ARN with an Archive action, or a Configuration Set's Archive ARN.
*)}val make :
?timestamp:??? ->
?ingressPointId:??? ->
?trafficPolicyId:??? ->
?ruleSetId:??? ->
?senderHostname:??? ->
?senderIpAddress:??? ->
?tlsCipherSuite:??? ->
?tlsProtocol:??? ->
?sendingMethod:??? ->
?sourceIdentity:??? ->
?sendingPool:??? ->
?configurationSet:??? ->
?sourceArn:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of IngressPointId.t | `Timestamp of Timestamp.t ])
list ]