Module Values.UpdateAccountConfigurationRequestSource

Use to update the encryption configuration for an account.

Sourcetype nonrec t = {
  1. 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.

    *)
}
Sourceval context_ : string
Sourceval make : encryptionConfig:EncryptionConfig.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of KmsKeyArn.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t