| 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.EC2.Types.Phase2EncryptionAlgorithmsListValue
Description
Documentation
data Phase2EncryptionAlgorithmsListValue Source #
The encryption algorithm for phase 2 IKE negotiations.
See: newPhase2EncryptionAlgorithmsListValue smart constructor.
Constructors
| Phase2EncryptionAlgorithmsListValue' | |
Instances
newPhase2EncryptionAlgorithmsListValue :: Phase2EncryptionAlgorithmsListValue Source #
Create a value of Phase2EncryptionAlgorithmsListValue 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:
Phase2EncryptionAlgorithmsListValue, phase2EncryptionAlgorithmsListValue_value - The encryption algorithm.
phase2EncryptionAlgorithmsListValue_value :: Lens' Phase2EncryptionAlgorithmsListValue (Maybe Text) Source #
The encryption algorithm.