Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
Information about a cipher used in a policy.
See: newCipher
smart constructor.
Instances
Eq Cipher Source # | |
Read Cipher Source # | |
Show Cipher Source # | |
Generic Cipher Source # | |
NFData Cipher Source # | |
Defined in Amazonka.ELBV2.Types.Cipher | |
Hashable Cipher Source # | |
Defined in Amazonka.ELBV2.Types.Cipher | |
FromXML Cipher Source # | |
type Rep Cipher Source # | |
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)))) |
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.