Class: Aws::SageMaker::Types::ModelPackageSecurityConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ModelPackageSecurityConfig
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
An optional Key Management Service key to encrypt, decrypt, and re-encrypt model package information for regulated workloads with highly sensitive data.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #kms_key_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The KMS Key ID (‘KMSKeyId`) used for encryption of model package information.
 
Instance Attribute Details
#kms_key_id ⇒ String
The KMS Key ID (‘KMSKeyId`) used for encryption of model package information.
      35011 35012 35013 35014 35015  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35011 class ModelPackageSecurityConfig < Struct.new( :kms_key_id) SENSITIVE = [] include Aws::Structure end  |