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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/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)


2724
2725
2726
2727
2728
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2724

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