Values.IngressStringToEvaluateSourceThe union type representing the allowed types for the left hand side of a string condition.
type nonrec t = {attribute : IngressStringEmailAttribute.t option;The enum type representing the allowed attribute types for a string condition.
*)analysis : IngressAnalysis.t option;The structure type for a string condition stating the Add On ARN and its returned value.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of AnalyzerArn.t ]) list ])
list ]