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

Description

 
Synopsis

Documentation

data Phase2EncryptionAlgorithmsListValue Source #

The encryption algorithm for phase 2 IKE negotiations.

See: newPhase2EncryptionAlgorithmsListValue smart constructor.

Constructors

Phase2EncryptionAlgorithmsListValue' 

Fields

Instances

Instances details
FromXML Phase2EncryptionAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase2EncryptionAlgorithmsListValue

Generic Phase2EncryptionAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase2EncryptionAlgorithmsListValue

Read Phase2EncryptionAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase2EncryptionAlgorithmsListValue

Show Phase2EncryptionAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase2EncryptionAlgorithmsListValue

NFData Phase2EncryptionAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase2EncryptionAlgorithmsListValue

Eq Phase2EncryptionAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase2EncryptionAlgorithmsListValue

Hashable Phase2EncryptionAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase2EncryptionAlgorithmsListValue

type Rep Phase2EncryptionAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase2EncryptionAlgorithmsListValue

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

newPhase2EncryptionAlgorithmsListValue :: Phase2EncryptionAlgorithmsListValue Source #

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

Phase2EncryptionAlgorithmsListValue, phase2EncryptionAlgorithmsListValue_value - The encryption algorithm.