Class: Aws::BedrockAgent::Types::ServerSideEncryptionConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::ServerSideEncryptionConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Server-side encryption configuration.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #kms_key_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A KMS key ARN.
 
Instance Attribute Details
#kms_key_arn ⇒ String
A KMS key ARN
      2828 2829 2830 2831 2832  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2828 class ServerSideEncryptionConfiguration < Struct.new( :kms_key_arn) SENSITIVE = [] include Aws::Structure end  |