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