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 |
Synopsis
- data MLUserDataEncryption = MLUserDataEncryption' {}
- newMLUserDataEncryption :: MLUserDataEncryptionModeString -> MLUserDataEncryption
- mLUserDataEncryption_kmsKeyId :: Lens' MLUserDataEncryption (Maybe Text)
- mLUserDataEncryption_mlUserDataEncryptionMode :: Lens' MLUserDataEncryption MLUserDataEncryptionModeString
Documentation
data MLUserDataEncryption Source #
The encryption-at-rest settings of the transform that apply to accessing user data.
See: newMLUserDataEncryption
smart constructor.
MLUserDataEncryption' | |
|
Instances
newMLUserDataEncryption Source #
Create a value of MLUserDataEncryption
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:kmsKeyId:MLUserDataEncryption'
, mLUserDataEncryption_kmsKeyId
- The ID for the customer-provided KMS key.
$sel:mlUserDataEncryptionMode:MLUserDataEncryption'
, mLUserDataEncryption_mlUserDataEncryptionMode
- The encryption mode applied to user data. Valid values are:
- DISABLED: encryption is disabled
- SSEKMS: use of server-side encryption with Key Management Service (SSE-KMS) for user data stored in Amazon S3.
mLUserDataEncryption_kmsKeyId :: Lens' MLUserDataEncryption (Maybe Text) Source #
The ID for the customer-provided KMS key.
mLUserDataEncryption_mlUserDataEncryptionMode :: Lens' MLUserDataEncryption MLUserDataEncryptionModeString Source #
The encryption mode applied to user data. Valid values are:
- DISABLED: encryption is disabled
- SSEKMS: use of server-side encryption with Key Management Service (SSE-KMS) for user data stored in Amazon S3.