Values.AwsS3BucketServerSideEncryptionByDefaultSourceSpecifies the default server-side encryption to apply to new objects in the bucket.
type nonrec t = {sSEAlgorithm : NonEmptyString.t option;Server-side encryption algorithm to use for the default encryption. Valid values are aws: kms or AES256.
*)kMSMasterKeyID : NonEmptyString.t option;KMS key ID to use for the default encryption.
*)}