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.Phase1EncryptionAlgorithmsListValue
Description
Documentation
data Phase1EncryptionAlgorithmsListValue Source #
The encryption algorithm for phase 1 IKE negotiations.
See: newPhase1EncryptionAlgorithmsListValue
smart constructor.
Constructors
Phase1EncryptionAlgorithmsListValue' | |
Instances
newPhase1EncryptionAlgorithmsListValue :: Phase1EncryptionAlgorithmsListValue Source #
Create a value of Phase1EncryptionAlgorithmsListValue
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:
Phase1EncryptionAlgorithmsListValue
, phase1EncryptionAlgorithmsListValue_value
- The value for the encryption algorithm.
phase1EncryptionAlgorithmsListValue_value :: Lens' Phase1EncryptionAlgorithmsListValue (Maybe Text) Source #
The value for the encryption algorithm.