Values.ScopingSourceSpecifies one or more property- and tag-based conditions that define criteria for including or excluding S3 objects from a classification job. Exclude conditions take precedence over include conditions.
type nonrec t = {excludes : JobScopingBlock.t option;The property- and tag-based conditions that determine which objects to exclude from the analysis.
*)includes : JobScopingBlock.t option;The property- and tag-based conditions that determine which objects to include in the analysis.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of string
| `Structure of
(string * [> `String of string ])
list ]
list
| `String of string ])
list ])
list ]
list ])
list ])
list ]