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
- Struct
- Aws::SageMaker::Types::AutoMLSecurityConfig
- 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
-
#enable_inter_container_traffic_encryption ⇒ Boolean
Whether to use traffic encryption between the container layers.
-
#volume_kms_key_id ⇒ String
The key used to encrypt stored data.
-
#vpc_config ⇒ Types::VpcConfig
VPC configuration.
Instance Attribute Details
#enable_inter_container_traffic_encryption ⇒ Boolean
Whether to use traffic encryption between the container layers.
#volume_kms_key_id ⇒ String
The key used to encrypt stored data.
#vpc_config ⇒ Types::VpcConfig
VPC configuration.