Class: Aws::CodeGuruSecurity::Types::UpdateAccountConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codegurusecurity/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_configTypes::EncryptionConfig

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.



1216
1217
1218
1219
1220
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 1216

class UpdateAccountConfigurationRequest < Struct.new(
  :encryption_config)
  SENSITIVE = []
  include Aws::Structure
end