Values.AwsS3BucketServerSideEncryptionRuleSourceAn encryption rule to apply to the S3 bucket.
type nonrec t = {applyServerSideEncryptionByDefault : AwsS3BucketServerSideEncryptionByDefault.t
option;Specifies the default server-side encryption to apply to new objects in the bucket. If a PUT object request doesn't specify any server-side encryption, this default encryption is applied.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]