Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AutoMLSecurityConfig = AutoMLSecurityConfig' {}
- newAutoMLSecurityConfig :: AutoMLSecurityConfig
- autoMLSecurityConfig_vpcConfig :: Lens' AutoMLSecurityConfig (Maybe VpcConfig)
- autoMLSecurityConfig_volumeKmsKeyId :: Lens' AutoMLSecurityConfig (Maybe Text)
- autoMLSecurityConfig_enableInterContainerTrafficEncryption :: Lens' AutoMLSecurityConfig (Maybe Bool)
Documentation
data AutoMLSecurityConfig Source #
Security options.
See: newAutoMLSecurityConfig
smart constructor.
AutoMLSecurityConfig' | |
|
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:vpcConfig:AutoMLSecurityConfig'
, autoMLSecurityConfig_vpcConfig
- The VPC configuration.
$sel:volumeKmsKeyId:AutoMLSecurityConfig'
, autoMLSecurityConfig_volumeKmsKeyId
- The key used to encrypt stored data.
$sel:enableInterContainerTrafficEncryption:AutoMLSecurityConfig'
, autoMLSecurityConfig_enableInterContainerTrafficEncryption
- Whether to use traffic encryption between the container layers.
autoMLSecurityConfig_vpcConfig :: Lens' AutoMLSecurityConfig (Maybe VpcConfig) Source #
The VPC configuration.
autoMLSecurityConfig_volumeKmsKeyId :: Lens' AutoMLSecurityConfig (Maybe Text) Source #
The key used to encrypt stored data.
autoMLSecurityConfig_enableInterContainerTrafficEncryption :: Lens' AutoMLSecurityConfig (Maybe Bool) Source #
Whether to use traffic encryption between the container layers.