Values.S3ClassificationScopeExclusionSourceSpecifies the names of the S3 buckets that are excluded from automated sensitive data discovery.
type nonrec t = {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.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of S3BucketName.t ] list ]) list ]