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

Description

 
Synopsis

Documentation

data Phase1EncryptionAlgorithmsListValue Source #

The encryption algorithm for phase 1 IKE negotiations.

See: newPhase1EncryptionAlgorithmsListValue smart constructor.

Constructors

Phase1EncryptionAlgorithmsListValue' 

Fields

Instances

Instances details
FromXML Phase1EncryptionAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase1EncryptionAlgorithmsListValue

Generic Phase1EncryptionAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase1EncryptionAlgorithmsListValue

Read Phase1EncryptionAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase1EncryptionAlgorithmsListValue

Show Phase1EncryptionAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase1EncryptionAlgorithmsListValue

NFData Phase1EncryptionAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase1EncryptionAlgorithmsListValue

Eq Phase1EncryptionAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase1EncryptionAlgorithmsListValue

Hashable Phase1EncryptionAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase1EncryptionAlgorithmsListValue

type Rep Phase1EncryptionAlgorithmsListValue Source # 
Instance details

Defined in Amazonka.EC2.Types.Phase1EncryptionAlgorithmsListValue

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

newPhase1EncryptionAlgorithmsListValue :: Phase1EncryptionAlgorithmsListValue Source #

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

Phase1EncryptionAlgorithmsListValue, phase1EncryptionAlgorithmsListValue_value - The value for the encryption algorithm.