| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.AutoMLSecurityConfig
Description
Synopsis
- data AutoMLSecurityConfig = AutoMLSecurityConfig' {}
 - newAutoMLSecurityConfig :: AutoMLSecurityConfig
 - autoMLSecurityConfig_enableInterContainerTrafficEncryption :: Lens' AutoMLSecurityConfig (Maybe Bool)
 - autoMLSecurityConfig_volumeKmsKeyId :: Lens' AutoMLSecurityConfig (Maybe Text)
 - autoMLSecurityConfig_vpcConfig :: Lens' AutoMLSecurityConfig (Maybe VpcConfig)
 
Documentation
data AutoMLSecurityConfig Source #
Security options.
See: newAutoMLSecurityConfig smart constructor.
Constructors
| AutoMLSecurityConfig' | |
Fields 
  | |
Instances
newAutoMLSecurityConfig :: AutoMLSecurityConfig Source #
Create a value of AutoMLSecurityConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:enableInterContainerTrafficEncryption:AutoMLSecurityConfig', autoMLSecurityConfig_enableInterContainerTrafficEncryption - Whether to use traffic encryption between the container layers.
$sel:volumeKmsKeyId:AutoMLSecurityConfig', autoMLSecurityConfig_volumeKmsKeyId - The key used to encrypt stored data.
$sel:vpcConfig:AutoMLSecurityConfig', autoMLSecurityConfig_vpcConfig - The VPC configuration.
autoMLSecurityConfig_enableInterContainerTrafficEncryption :: Lens' AutoMLSecurityConfig (Maybe Bool) Source #
Whether to use traffic encryption between the container layers.
autoMLSecurityConfig_volumeKmsKeyId :: Lens' AutoMLSecurityConfig (Maybe Text) Source #
The key used to encrypt stored data.
autoMLSecurityConfig_vpcConfig :: Lens' AutoMLSecurityConfig (Maybe VpcConfig) Source #
The VPC configuration.