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.Phase1EncryptionAlgorithmsRequestListValue
Description
Synopsis
- data Phase1EncryptionAlgorithmsRequestListValue = Phase1EncryptionAlgorithmsRequestListValue' {}
- newPhase1EncryptionAlgorithmsRequestListValue :: Phase1EncryptionAlgorithmsRequestListValue
- phase1EncryptionAlgorithmsRequestListValue_value :: Lens' Phase1EncryptionAlgorithmsRequestListValue (Maybe Text)
Documentation
data Phase1EncryptionAlgorithmsRequestListValue Source #
Specifies the encryption algorithm for the VPN tunnel for phase 1 IKE negotiations.
See: newPhase1EncryptionAlgorithmsRequestListValue
smart constructor.
Constructors
Phase1EncryptionAlgorithmsRequestListValue' | |
Instances
newPhase1EncryptionAlgorithmsRequestListValue :: Phase1EncryptionAlgorithmsRequestListValue Source #
Create a value of Phase1EncryptionAlgorithmsRequestListValue
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:
Phase1EncryptionAlgorithmsRequestListValue
, phase1EncryptionAlgorithmsRequestListValue_value
- The value for the encryption algorithm.
phase1EncryptionAlgorithmsRequestListValue_value :: Lens' Phase1EncryptionAlgorithmsRequestListValue (Maybe Text) Source #
The value for the encryption algorithm.