Values.SseConfigurationSourceThe server-side encryption key configuration for a customer-provided encryption key.
type nonrec t = {kmsEncryptionConfig : KmsEncryptionConfig.t;The Key Management Service (KMS) encryption configuration used to provide details for data encryption.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of EncryptionKeyID.t ])
list ])
list ]