amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.Phase1IntegrityAlgorithmsListValue

Description

 
Synopsis

Documentation

data Phase1IntegrityAlgorithmsListValue Source #

The integrity algorithm for phase 1 IKE negotiations.

See: newPhase1IntegrityAlgorithmsListValue smart constructor.

Constructors

Phase1IntegrityAlgorithmsListValue' 

Fields

Instances

Instances details
FromXML Phase1IntegrityAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase1IntegrityAlgorithmsListValue

Generic Phase1IntegrityAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase1IntegrityAlgorithmsListValue

Associated Types

type Rep Phase1IntegrityAlgorithmsListValue :: Type -> Type #

Read Phase1IntegrityAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase1IntegrityAlgorithmsListValue

Show Phase1IntegrityAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase1IntegrityAlgorithmsListValue

NFData Phase1IntegrityAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase1IntegrityAlgorithmsListValue

Eq Phase1IntegrityAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase1IntegrityAlgorithmsListValue

Hashable Phase1IntegrityAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase1IntegrityAlgorithmsListValue

type Rep Phase1IntegrityAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase1IntegrityAlgorithmsListValue

type Rep Phase1IntegrityAlgorithmsListValue = D1 ('MetaData "Phase1IntegrityAlgorithmsListValue" "Amazonka.EC2.Types.Phase1IntegrityAlgorithmsListValue" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "Phase1IntegrityAlgorithmsListValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.