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