Values.CriterionSourceThe criteria to use in the filter that defines the archive rule. For more information on available filter keys, see IAM Access Analyzer filter keys.
type nonrec t = {eq : ValueList.t option;An "equals" operator to match for the filter used to create the rule.
*)neq : ValueList.t option;A "not equals" operator to match for the filter used to create the rule.
*)contains : ValueList.t option;A "contains" operator to match for the filter used to create the rule.
*)exists : Boolean.t option;An "exists" operator to match for the filter used to create the rule.
*)}