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)


2569
2570
2571
2572
2573
2574
2575
# File 'lib/aws-sdk-sagemaker/types.rb', line 2569

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)


2569
2570
2571
2572
2573
2574
2575
# File 'lib/aws-sdk-sagemaker/types.rb', line 2569

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:



2569
2570
2571
2572
2573
2574
2575
# File 'lib/aws-sdk-sagemaker/types.rb', line 2569

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