| 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.Phase2IntegrityAlgorithmsRequestListValue
Description
Synopsis
Documentation
data Phase2IntegrityAlgorithmsRequestListValue Source #
Specifies the integrity algorithm for the VPN tunnel for phase 2 IKE negotiations.
See: newPhase2IntegrityAlgorithmsRequestListValue smart constructor.
Constructors
| Phase2IntegrityAlgorithmsRequestListValue' | |
Instances
newPhase2IntegrityAlgorithmsRequestListValue :: Phase2IntegrityAlgorithmsRequestListValue Source #
Create a value of Phase2IntegrityAlgorithmsRequestListValue 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:
Phase2IntegrityAlgorithmsRequestListValue, phase2IntegrityAlgorithmsRequestListValue_value - The integrity algorithm.
phase2IntegrityAlgorithmsRequestListValue_value :: Lens' Phase2IntegrityAlgorithmsRequestListValue (Maybe Text) Source #
The integrity algorithm.