Class: Aws::SageMaker::Types::AutoMLSecurityConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::AutoMLSecurityConfig
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Security options.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #enable_inter_container_traffic_encryption  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether to use traffic encryption between the container layers.
 - 
  
    
      #volume_kms_key_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The key used to encrypt stored data.
 - 
  
    
      #vpc_config  ⇒ Types::VpcConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The VPC configuration.
 
Instance Attribute Details
#enable_inter_container_traffic_encryption ⇒ Boolean
Whether to use traffic encryption between the container layers.
      2811 2812 2813 2814 2815 2816 2817  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 2811 class AutoMLSecurityConfig < Struct.new( :volume_kms_key_id, :enable_inter_container_traffic_encryption, :vpc_config) SENSITIVE = [] include Aws::Structure end  | 
  
#volume_kms_key_id ⇒ String
The key used to encrypt stored data.
      2811 2812 2813 2814 2815 2816 2817  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 2811 class AutoMLSecurityConfig < Struct.new( :volume_kms_key_id, :enable_inter_container_traffic_encryption, :vpc_config) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_config ⇒ Types::VpcConfig
The VPC configuration.
      2811 2812 2813 2814 2815 2816 2817  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 2811 class AutoMLSecurityConfig < Struct.new( :volume_kms_key_id, :enable_inter_container_traffic_encryption, :vpc_config) SENSITIVE = [] include Aws::Structure end  |