Module Values.S3BucketCriteriaForJobSource

Specifies 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.

Sourcetype nonrec t = {
  1. excludes : CriteriaBlockForJob.t option;
    (*

    The property- and tag-based conditions that determine which buckets to exclude from the job.

    *)
  2. includes : CriteriaBlockForJob.t option;
    (*

    The property- and tag-based conditions that determine which buckets to include in the job.

    *)
}
Sourceval make : ?excludes:??? -> ?includes:??? -> unit -> t
Sourceval 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 ]) list ]) list ] list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t