| 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.LicenseManager.Types.Issuer
Description
Documentation
Details about the issuer of a license.
See: newIssuer smart constructor.
Constructors
| Issuer' | |
Instances
| ToJSON Issuer Source # | |
Defined in Amazonka.LicenseManager.Types.Issuer | |
| Generic Issuer Source # | |
| Read Issuer Source # | |
| Show Issuer Source # | |
| NFData Issuer Source # | |
Defined in Amazonka.LicenseManager.Types.Issuer | |
| Eq Issuer Source # | |
| Hashable Issuer Source # | |
Defined in Amazonka.LicenseManager.Types.Issuer | |
| type Rep Issuer Source # | |
Defined in Amazonka.LicenseManager.Types.Issuer type Rep Issuer = D1 ('MetaData "Issuer" "Amazonka.LicenseManager.Types.Issuer" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "Issuer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "signKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) | |
Create a value of Issuer 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:signKey:Issuer', issuer_signKey - Asymmetric KMS key from Key Management Service. The KMS key must have a
key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing
algorithm.
$sel:name:Issuer', issuer_name - Issuer name.