Class: Aws::QBusiness::Types::EncryptionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::EncryptionConfiguration
- 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
-
#kms_key_id ⇒ String
The identifier of the KMS key.
Instance Attribute Details
#kms_key_id ⇒ String
The identifier of the KMS key. Amazon Q Business doesn't support asymmetric keys.
2844 2845 2846 2847 2848 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2844 class EncryptionConfiguration < Struct.new( :kms_key_id) SENSITIVE = [:kms_key_id] include Aws::Structure end |