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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


2669
2670
2671
2672
2673
2674
2675
# File 'lib/aws-sdk-sagemaker/types.rb', line 2669

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)


2669
2670
2671
2672
2673
2674
2675
# File 'lib/aws-sdk-sagemaker/types.rb', line 2669

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:



2669
2670
2671
2672
2673
2674
2675
# File 'lib/aws-sdk-sagemaker/types.rb', line 2669

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