Class: Aws::QConnect::Types::ServerSideEncryptionConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QConnect::Types::ServerSideEncryptionConfiguration
 
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
The configuration information for the customer managed key used for encryption.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #kms_key_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The customer managed key used for encryption. 
Instance Attribute Details
#kms_key_id ⇒ String
The customer managed key used for encryption. For more information about setting up a customer managed key for Amazon Q in Connect, see Enable Amazon Q in Connect for your instance. For information about valid ID values, see Key identifiers (KeyId).
| 9215 9216 9217 9218 9219 | # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9215 class ServerSideEncryptionConfiguration < Struct.new( :kms_key_id) SENSITIVE = [] include Aws::Structure end |