You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AutoMLSecurityConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  volume_kms_key_id: "KmsKeyId",
  enable_inter_container_traffic_encryption: false,
  vpc_config: {
    security_group_ids: ["SecurityGroupId"], # required
    subnets: ["SubnetId"], # required
  },
}

Security options.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#enable_inter_container_traffic_encryptionBoolean

Whether to use traffic encryption between the container layers.

Returns:

  • (Boolean)

    Whether to use traffic encryption between the container layers.

#volume_kms_key_idString

The key used to encrypt stored data.

Returns:

  • (String)

    The key used to encrypt stored data.

#vpc_configTypes::VpcConfig

VPC configuration.

Returns: