Values.LookupAttributeSourceSpecifies an attribute and value that filter the events returned.
type nonrec t = {attributeKey : LookupAttributeKey.t;Specifies an attribute on which to filter the events returned.
*)attributeValue : LookupAttributeValue.t;Specifies a value for the specified AttributeKey. The maximum length for the AttributeValue is 2000 characters. The following characters ('_', ' ', ',', '\\n') count as two characters towards the 2000 character limit.
*)}val make :
attributeKey:LookupAttributeKey.t ->
attributeValue:LookupAttributeValue.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of LookupAttributeValue.t ]) list ]