Values.ObjectEncryptionSourceThe updated server-side encryption type for this object. The UpdateObjectEncryption operation supports the SSE-KMS encryption type. Valid Values: SSEKMS
type nonrec t = {sSEKMS : S3UpdateObjectEncryptionSSEKMS.t option;Specifies to update the object encryption type to server-side encryption with Key Management Service (KMS) keys (SSE-KMS).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of NonEmptyKmsKeyArnString.t ])
list ])
list ]