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
Documentation
data EncryptionKey Source #
The encryption key used to encrypt this object.
See: newEncryptionKey
smart constructor.
EncryptionKey' | |
|
Instances
Create a value of EncryptionKey
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:type':EncryptionKey'
, encryptionKey_type
- The type of encryption key used by Amazon Translate to encrypt custom
terminologies.
$sel:id:EncryptionKey'
, encryptionKey_id
- The Amazon Resource Name (ARN) of the encryption key being used to
encrypt the custom terminology.
encryptionKey_type :: Lens' EncryptionKey EncryptionKeyType Source #
The type of encryption key used by Amazon Translate to encrypt custom terminologies.
encryptionKey_id :: Lens' EncryptionKey Text Source #
The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.