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