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 EncryptionConfig Source #
The encryption configuration.
See: newEncryptionConfig
smart constructor.
EncryptionConfig' | |
|
Instances
:: EncryptionType | |
-> Text | |
-> EncryptionConfig |
Create a value of EncryptionConfig
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:encryptionType:EncryptionConfig'
, encryptionConfig_encryptionType
- The type of encryption.
$sel:keyId:EncryptionConfig'
, encryptionConfig_keyId
- The full ARN of the encryption key.
Be sure to provide the full ARN of the encryption key, not just the ID.
encryptionConfig_encryptionType :: Lens' EncryptionConfig EncryptionType Source #
The type of encryption.
encryptionConfig_keyId :: Lens' EncryptionConfig Text Source #
The full ARN of the encryption key.
Be sure to provide the full ARN of the encryption key, not just the ID.