Values.EncryptionConfigSourceEncryption config for Connect Instance. Note that sensitive data will always be encrypted. If disabled, service will perform encryption with its own key. If enabled, a KMS key id needs to be provided and KMS charges will apply. KMS is only type supported
type nonrec t = {enabled : Enabled.t;encryptionType : EncryptionType.t option;keyArn : EncryptionKey.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Enabled.t
| `Enum of string
| `String of EncryptionKey.t ])
list ]