Class: Aws::SageMaker::Types::AutoMLSecurityConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AutoMLSecurityConfig
- Defined in:
- gems/aws-sdk-sagemaker/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.
2806 2807 2808 2809 2810 2811 2812 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2806 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.
2806 2807 2808 2809 2810 2811 2812 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2806 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.
2806 2807 2808 2809 2810 2811 2812 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2806 class AutoMLSecurityConfig < Struct.new( :volume_kms_key_id, :enable_inter_container_traffic_encryption, :vpc_config) SENSITIVE = [] include Aws::Structure end |