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