Values.SearchResourcesBucketCriteriaSourceSpecifies property- and tag-based conditions that define filter criteria for including or excluding S3 buckets from the query results. Exclude conditions take precedence over include conditions.
type nonrec t = {excludes : SearchResourcesCriteriaBlock.t option;The property- and tag-based conditions that determine which buckets to exclude from the results.
*)includes : SearchResourcesCriteriaBlock.t option;The property- and tag-based conditions that determine which buckets to include in the results.
*)}