libZSservicesZSamazonka-elbv2ZSamazonka-elbv2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ELBV2.Types.Cipher

Description

 
Synopsis

Documentation

data Cipher Source #

Information about a cipher used in a policy.

See: newCipher smart constructor.

Constructors

Cipher' 

Fields

Instances

Instances details
Eq Cipher Source # 
Instance details

Defined in Amazonka.ELBV2.Types.Cipher

Methods

(==) :: Cipher -> Cipher -> Bool #

(/=) :: Cipher -> Cipher -> Bool #

Read Cipher Source # 
Instance details

Defined in Amazonka.ELBV2.Types.Cipher

Show Cipher Source # 
Instance details

Defined in Amazonka.ELBV2.Types.Cipher

Generic Cipher Source # 
Instance details

Defined in Amazonka.ELBV2.Types.Cipher

Associated Types

type Rep Cipher :: Type -> Type #

Methods

from :: Cipher -> Rep Cipher x #

to :: Rep Cipher x -> Cipher #

NFData Cipher Source # 
Instance details

Defined in Amazonka.ELBV2.Types.Cipher

Methods

rnf :: Cipher -> () #

Hashable Cipher Source # 
Instance details

Defined in Amazonka.ELBV2.Types.Cipher

Methods

hashWithSalt :: Int -> Cipher -> Int #

hash :: Cipher -> Int #

FromXML Cipher Source # 
Instance details

Defined in Amazonka.ELBV2.Types.Cipher

type Rep Cipher Source # 
Instance details

Defined in Amazonka.ELBV2.Types.Cipher

type Rep Cipher = D1 ('MetaData "Cipher" "Amazonka.ELBV2.Types.Cipher" "libZSservicesZSamazonka-elbv2ZSamazonka-elbv2" 'False) (C1 ('MetaCons "Cipher'" 'PrefixI 'True) (S1 ('MetaSel ('Just "priority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCipher :: Cipher Source #

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

$sel:priority:Cipher', cipher_priority - The priority of the cipher.

$sel:name:Cipher', cipher_name - The name of the cipher.

cipher_priority :: Lens' Cipher (Maybe Int) Source #

The priority of the cipher.

cipher_name :: Lens' Cipher (Maybe Text) Source #

The name of the cipher.