class Aws::SageMaker::Types::AutoMLSecurityConfig

Security options.

@note When making an API call, you may pass AutoMLSecurityConfig

data as a hash:

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

@!attribute [rw] volume_kms_key_id

The key used to encrypt stored data.
@return [String]

@!attribute [rw] enable_inter_container_traffic_encryption

Whether to use traffic encryption between the container layers.
@return [Boolean]

@!attribute [rw] vpc_config

The VPC configuration.
@return [Types::VpcConfig]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AutoMLSecurityConfig AWS API Documentation

Constants

SENSITIVE