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.Phase2IntegrityAlgorithmsListValue

Description

 
Synopsis

Documentation

data Phase2IntegrityAlgorithmsListValue Source #

The integrity algorithm for phase 2 IKE negotiations.

See: newPhase2IntegrityAlgorithmsListValue smart constructor.

Constructors

Phase2IntegrityAlgorithmsListValue' 

Fields

Instances

Instances details
FromXML Phase2IntegrityAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase2IntegrityAlgorithmsListValue

Generic Phase2IntegrityAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase2IntegrityAlgorithmsListValue

Associated Types

type Rep Phase2IntegrityAlgorithmsListValue :: Type -> Type #

Read Phase2IntegrityAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase2IntegrityAlgorithmsListValue

Show Phase2IntegrityAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase2IntegrityAlgorithmsListValue

NFData Phase2IntegrityAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase2IntegrityAlgorithmsListValue

Eq Phase2IntegrityAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase2IntegrityAlgorithmsListValue

Hashable Phase2IntegrityAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase2IntegrityAlgorithmsListValue

type Rep Phase2IntegrityAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase2IntegrityAlgorithmsListValue

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

newPhase2IntegrityAlgorithmsListValue :: Phase2IntegrityAlgorithmsListValue Source #

Create a value of Phase2IntegrityAlgorithmsListValue 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:

Phase2IntegrityAlgorithmsListValue, phase2IntegrityAlgorithmsListValue_value - The integrity algorithm.