Values.ClassificationExportConfigurationSourceSpecifies where to store data classification results, and the encryption settings to use when storing results in that location. The location must be an S3 general purpose bucket.
type nonrec t = {s3Destination : S3Destination.t option;The S3 bucket to store data classification results in, and the encryption settings to use when storing results in that bucket.
*)}