libZSservicesZSamazonka-kmsZSamazonka-kms
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.KMS.Types.KeyListEntry

Description

 
Synopsis

Documentation

data KeyListEntry Source #

Contains information about each entry in the key list.

See: newKeyListEntry smart constructor.

Constructors

KeyListEntry' 

Fields

Instances

Instances details
Eq KeyListEntry Source # 
Instance details

Defined in Amazonka.KMS.Types.KeyListEntry

Read KeyListEntry Source # 
Instance details

Defined in Amazonka.KMS.Types.KeyListEntry

Show KeyListEntry Source # 
Instance details

Defined in Amazonka.KMS.Types.KeyListEntry

Generic KeyListEntry Source # 
Instance details

Defined in Amazonka.KMS.Types.KeyListEntry

Associated Types

type Rep KeyListEntry :: Type -> Type #

NFData KeyListEntry Source # 
Instance details

Defined in Amazonka.KMS.Types.KeyListEntry

Methods

rnf :: KeyListEntry -> () #

Hashable KeyListEntry Source # 
Instance details

Defined in Amazonka.KMS.Types.KeyListEntry

FromJSON KeyListEntry Source # 
Instance details

Defined in Amazonka.KMS.Types.KeyListEntry

type Rep KeyListEntry Source # 
Instance details

Defined in Amazonka.KMS.Types.KeyListEntry

type Rep KeyListEntry = D1 ('MetaData "KeyListEntry" "Amazonka.KMS.Types.KeyListEntry" "libZSservicesZSamazonka-kmsZSamazonka-kms" 'False) (C1 ('MetaCons "KeyListEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "keyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newKeyListEntry :: KeyListEntry Source #

Create a value of KeyListEntry 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:keyId:KeyListEntry', keyListEntry_keyId - Unique identifier of the key.

$sel:keyArn:KeyListEntry', keyListEntry_keyArn - ARN of the key.

keyListEntry_keyId :: Lens' KeyListEntry (Maybe Text) Source #

Unique identifier of the key.