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 |
Documentation
data TransformEncryption Source #
The encryption-at-rest settings of the transform that apply to accessing user data. Machine learning transforms can access user data encrypted in Amazon S3 using KMS.
Additionally, imported labels and trained transforms can now be encrypted using a customer provided KMS key.
See: newTransformEncryption
smart constructor.
TransformEncryption' | |
|
Instances
newTransformEncryption :: TransformEncryption Source #
Create a value of TransformEncryption
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:mlUserDataEncryption:TransformEncryption'
, transformEncryption_mlUserDataEncryption
- An MLUserDataEncryption
object containing the encryption mode and
customer-provided KMS key ID.
$sel:taskRunSecurityConfigurationName:TransformEncryption'
, transformEncryption_taskRunSecurityConfigurationName
- The name of the security configuration.
transformEncryption_mlUserDataEncryption :: Lens' TransformEncryption (Maybe MLUserDataEncryption) Source #
An MLUserDataEncryption
object containing the encryption mode and
customer-provided KMS key ID.
transformEncryption_taskRunSecurityConfigurationName :: Lens' TransformEncryption (Maybe Text) Source #
The name of the security configuration.