Values.EncryptionConfigurationSourceDescribes the encryption for a destination in Amazon S3.
type nonrec t = {noEncryptionConfig : NoEncryptionConfig.t option;Specifically override existing encryption information to ensure that no encryption is used.
*)kMSEncryptionConfig : KMSEncryptionConfig.t option;The encryption key.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of AWSKMSKeyARN.t ]) list ])
list ]