Class: Aws::CodeGuruSecurity::Types::EncryptionConfig

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

Overview

Information about account-level configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_arnString

The KMS key ARN to use for encryption. This must be provided as a header when uploading your code resource.

Returns:

  • (String)


357
358
359
360
361
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 357

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