| 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.Connect.Types.EncryptionConfig
Description
Documentation
data EncryptionConfig Source #
The encryption configuration.
See: newEncryptionConfig smart constructor.
Constructors
| EncryptionConfig' | |
Fields
| |
Instances
Arguments
| :: 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.