Module Values.IngressStringToEvaluateSource

The union type representing the allowed types for the left hand side of a string condition.

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

    The enum type representing the allowed attribute types for a string condition.

    *)
  2. analysis : IngressAnalysis.t option;
    (*

    The structure type for a string condition stating the Add On ARN and its returned value.

    *)
}
Sourceval make : ?attribute:??? -> ?analysis:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `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