Values.BucketCriteriaAdditionalPropertiesSourceSpecifies the operator to use in a property-based condition that filters the results of a query for information about S3 buckets.
type nonrec t = {eq : string list option;The value for the property matches (equals) the specified value. If you specify multiple values, Amazon Macie uses OR logic to join the values.
*)gt : Awso.Import.Int64.t option;The value for the property is greater than the specified value.
*)gte : Awso.Import.Int64.t option;The value for the property is greater than or equal to the specified value.
*)lt : Awso.Import.Int64.t option;The value for the property is less than the specified value.
*)lte : Awso.Import.Int64.t option;The value for the property is less than or equal to the specified value.
*)neq : string list option;The value for the property doesn't match (doesn't equal) the specified value. If you specify multiple values, Amazon Macie uses OR logic to join the values.
*)prefix : string option;The name of the bucket begins with the specified value.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of string ] list
| `Long of Awso.Import.Int64.t
| `String of string ])
list ]