Module Values.RuleStringToEvaluateSource

The string to evaluate in a string condition expression.

Sourcetype nonrec t = {
  1. attribute : RuleStringEmailAttribute.t option;
    (*

    The email attribute to evaluate in a string condition expression.

    *)
  2. mimeHeaderAttribute : MimeHeaderAttribute.t option;
    (*

    The email MIME X-Header attribute to evaluate in a string condition expression.

    *)
  3. analysis : Analysis.t option;
    (*

    The Add On ARN and its returned value to evaluate in a string condition expression.

    *)
  4. clientCertificateAttribute : RuleClientCertificateAttribute.t option;
    (*

    The client certificate attribute to evaluate in a string condition expression.

    *)
}
Sourceval make : ?attribute:??? -> ?mimeHeaderAttribute:??? -> ?analysis:??? -> ?clientCertificateAttribute:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of MimeHeaderAttribute.t | `Structure of (string * [> `String of AnalyzerArn.t ]) list ]) 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