| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ELBV2.Types.Cipher
Description
Documentation
Information about a cipher used in a policy.
See: newCipher smart constructor.
Constructors
| Cipher' | |
Instances
| FromXML Cipher Source # | |
| Generic Cipher Source # | |
| Read Cipher Source # | |
| Show Cipher Source # | |
| NFData Cipher Source # | |
Defined in Amazonka.ELBV2.Types.Cipher | |
| Eq Cipher Source # | |
| Hashable Cipher Source # | |
Defined in Amazonka.ELBV2.Types.Cipher | |
| type Rep Cipher Source # | |
Defined in Amazonka.ELBV2.Types.Cipher type Rep Cipher = D1 ('MetaData "Cipher" "Amazonka.ELBV2.Types.Cipher" "amazonka-elbv2-2.0-361J9F5fkBoAtGaOoJg8Ev" 'False) (C1 ('MetaCons "Cipher'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "priority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) | |
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:name:Cipher', cipher_name - The name of the cipher.
$sel:priority:Cipher', cipher_priority - The priority of the cipher.