Module Values.IngressBooleanToEvaluateSource

The union type representing the allowed types of operands for a boolean condition.

Sourcetype nonrec t = {
  1. analysis : IngressAnalysis.t option;
    (*

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

    *)
  2. isInAddressList : IngressIsInAddressList.t option;
    (*

    The structure type for a boolean condition that provides the address lists to evaluate incoming traffic on.

    *)
}
Sourceval make : ?analysis:??? -> ?isInAddressList:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `String of AddressListArn.t ] list | `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