Class: Aws::QBusiness::Types::EncryptionConfiguration

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

Overview

Provides the identifier of the KMS key used to encrypt data indexed by Amazon Q Business. Amazon Q Business doesn’t support asymmetric keys.

Constant Summary collapse

SENSITIVE =
[:kms_key_id]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_idString

The identifier of the KMS key. Amazon Q Business doesn’t support asymmetric keys.

Returns:

  • (String)


3381
3382
3383
3384
3385
# File 'lib/aws-sdk-qbusiness/types.rb', line 3381

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