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