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

Fields

Instances

Instances details
ToQuery Phase1IntegrityAlgorithmsRequestListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase1IntegrityAlgorithmsRequestListValue

Generic Phase1IntegrityAlgorithmsRequestListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase1IntegrityAlgorithmsRequestListValue

Read Phase1IntegrityAlgorithmsRequestListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase1IntegrityAlgorithmsRequestListValue

Show Phase1IntegrityAlgorithmsRequestListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase1IntegrityAlgorithmsRequestListValue

NFData Phase1IntegrityAlgorithmsRequestListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase1IntegrityAlgorithmsRequestListValue

Eq Phase1IntegrityAlgorithmsRequestListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase1IntegrityAlgorithmsRequestListValue

Hashable Phase1IntegrityAlgorithmsRequestListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase1IntegrityAlgorithmsRequestListValue

type Rep Phase1IntegrityAlgorithmsRequestListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase1IntegrityAlgorithmsRequestListValue

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

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.