| 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.ConnectCampaigns.Types.EncryptionConfig
Description
Documentation
data EncryptionConfig Source #
Encryption config for Connect Instance. Note that sensitive data will always be encrypted. If disabled, service will perform encryption with its own key. If enabled, a KMS key id needs to be provided and KMS charges will apply. KMS is only type supported
See: newEncryptionConfig smart constructor.
Constructors
| EncryptionConfig' | |
Fields
| |
Instances
Arguments
| :: Bool | |
| -> 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 - Undocumented member.
$sel:keyArn:EncryptionConfig', encryptionConfig_keyArn - Undocumented member.
$sel:enabled:EncryptionConfig', encryptionConfig_enabled - Undocumented member.
encryptionConfig_encryptionType :: Lens' EncryptionConfig (Maybe EncryptionType) Source #
Undocumented member.
encryptionConfig_keyArn :: Lens' EncryptionConfig (Maybe Text) Source #
Undocumented member.
encryptionConfig_enabled :: Lens' EncryptionConfig Bool Source #
Undocumented member.