Values.JobScopeTermSourceSpecifies a property- or tag-based condition that defines criteria for including or excluding S3 objects from a classification job. A JobScopeTerm object can contain only one simpleScopeTerm object or one tagScopeTerm object.
type nonrec t = {simpleScopeTerm : SimpleScopeTerm.t option;A property-based condition that defines a property, operator, and one or more values for including or excluding objects from the job.
*)tagScopeTerm : TagScopeTerm.t option;A tag-based condition that defines the operator and tag keys or tag key and value pairs for including or excluding objects from the job.
*)}