Values.GeneratedManifestEncryptionSourceThe encryption configuration to use when storing the generated manifest.
type nonrec t = {sSES3 : SSES3Encryption.t option;Specifies the use of SSE-S3 to encrypt generated manifest objects.
*)sSEKMS : SSEKMSEncryption.t option;Configuration details on how SSE-KMS is used to encrypt generated manifest objects.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of KmsKeyArnString.t ]) list ])
list ]