libZSservicesZSamazonka-license-managerZSamazonka-license-manager
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.LicenseManager.Types.Issuer

Description

 
Synopsis

Documentation

data Issuer Source #

Details about the issuer of a license.

See: newIssuer smart constructor.

Constructors

Issuer' 

Fields

  • signKey :: Maybe Text

    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.

  • name :: Text

    Issuer name.

Instances

Instances details
Eq Issuer Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Issuer

Methods

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

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

Read Issuer Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Issuer

Show Issuer Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Issuer

Generic Issuer Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Issuer

Associated Types

type Rep Issuer :: Type -> Type #

Methods

from :: Issuer -> Rep Issuer x #

to :: Rep Issuer x -> Issuer #

NFData Issuer Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Issuer

Methods

rnf :: Issuer -> () #

Hashable Issuer Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Issuer

Methods

hashWithSalt :: Int -> Issuer -> Int #

hash :: Issuer -> Int #

ToJSON Issuer Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Issuer

type Rep Issuer Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Issuer

type Rep Issuer = D1 ('MetaData "Issuer" "Amazonka.LicenseManager.Types.Issuer" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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)))

newIssuer Source #

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.

issuer_signKey :: Lens' Issuer (Maybe Text) Source #

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.