Values.UpdateAccountConfigurationRequestSourceUse to update the encryption configuration for an account.
type nonrec t = {encryptionConfig : EncryptionConfig.t;The customer-managed KMS key ARN you want to use for encryption. If not specified, CodeGuru Security will use an AWS-managed key for encryption. If you previously specified a customer-managed KMS key and want CodeGuru Security to use an AWS-managed key for encryption instead, pass nothing.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of KmsKeyArn.t ]) list ])
list ]