Class: Aws::SageMaker::Types::AutoMLSecurityConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Security options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enable_inter_container_traffic_encryptionBoolean

Whether to use traffic encryption between the container layers.

Returns:

  • (Boolean)


2690
2691
2692
2693
2694
2695
2696
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2690

class AutoMLSecurityConfig < Struct.new(
  :volume_kms_key_id,
  :enable_inter_container_traffic_encryption,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#volume_kms_key_idString

The key used to encrypt stored data.

Returns:

  • (String)


2690
2691
2692
2693
2694
2695
2696
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2690

class AutoMLSecurityConfig < Struct.new(
  :volume_kms_key_id,
  :enable_inter_container_traffic_encryption,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_configTypes::VpcConfig

The VPC configuration.

Returns:



2690
2691
2692
2693
2694
2695
2696
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2690

class AutoMLSecurityConfig < Struct.new(
  :volume_kms_key_id,
  :enable_inter_container_traffic_encryption,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end