codegurusecurity_update_account_configuration {paws.developer.tools} | R Documentation |
Use to update the encryption configuration for an account
Description
Use to update the encryption configuration for an account.
See https://www.paws-r-sdk.com/docs/codegurusecurity_update_account_configuration/ for full documentation.
Usage
codegurusecurity_update_account_configuration(encryptionConfig)
Arguments
encryptionConfig |
[required] 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. |
[Package paws.developer.tools version 0.9.0 Index]