Module Values.IngressAnalysisSource

The Add On ARN and its returned value that is evaluated in a policy statement's conditional expression to either deny or block the incoming email.

Sourcetype nonrec t = {
  1. analyzer : AnalyzerArn.t;
    (*

    The Amazon Resource Name (ARN) of an Add On.

    *)
  2. resultField : ResultField.t;
    (*

    The returned value from an Add On.

    *)
}
Sourceval context_ : string
Sourceval make : analyzer:AnalyzerArn.t -> resultField:ResultField.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AnalyzerArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t