Values.EncryptionConfigSourceEncryption settings for a collection.
type nonrec t = {aWSOwnedKey : Boolean.t option;Indicates whether to use an Amazon Web Services-owned key for encryption.
*)kmsKeyArn : EncryptionConfigKmsKeyArnString.t option;The ARN of the Amazon Web Services Key Management Service key used to encrypt the collection.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of EncryptionConfigKmsKeyArnString.t ])
list ]