Module Values.S3ClassificationScopeExclusionSource

Specifies the names of the S3 buckets that are excluded from automated sensitive data discovery.

Sourcetype nonrec t = {
  1. bucketNames : S3BucketName.t list option;
    (*

    An array of strings, one for each S3 bucket that is excluded. Each string is the full name of an excluded bucket.

    *)
}
Sourceval make : ?bucketNames:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of S3BucketName.t ] 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