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.AliasListEntry

Description

 
Synopsis

Documentation

data AliasListEntry Source #

Contains information about an alias.

See: newAliasListEntry smart constructor.

Constructors

AliasListEntry' 

Fields

  • targetKeyId :: Maybe Text

    String that contains the key identifier of the KMS key associated with the alias.

  • aliasName :: Maybe Text

    String that contains the alias. This value begins with alias/.

  • creationDate :: Maybe POSIX

    Date and time that the alias was most recently created in the account and Region. Formatted as Unix time.

  • lastUpdatedDate :: Maybe POSIX

    Date and time that the alias was most recently associated with a KMS key in the account and Region. Formatted as Unix time.

  • aliasArn :: Maybe Text

    String that contains the key ARN.

Instances

Instances details
Eq AliasListEntry Source # 
Instance details

Defined in Amazonka.KMS.Types.AliasListEntry

Read AliasListEntry Source # 
Instance details

Defined in Amazonka.KMS.Types.AliasListEntry

Show AliasListEntry Source # 
Instance details

Defined in Amazonka.KMS.Types.AliasListEntry

Generic AliasListEntry Source # 
Instance details

Defined in Amazonka.KMS.Types.AliasListEntry

Associated Types

type Rep AliasListEntry :: Type -> Type #

NFData AliasListEntry Source # 
Instance details

Defined in Amazonka.KMS.Types.AliasListEntry

Methods

rnf :: AliasListEntry -> () #

Hashable AliasListEntry Source # 
Instance details

Defined in Amazonka.KMS.Types.AliasListEntry

FromJSON AliasListEntry Source # 
Instance details

Defined in Amazonka.KMS.Types.AliasListEntry

type Rep AliasListEntry Source # 
Instance details

Defined in Amazonka.KMS.Types.AliasListEntry

type Rep AliasListEntry = D1 ('MetaData "AliasListEntry" "Amazonka.KMS.Types.AliasListEntry" "libZSservicesZSamazonka-kmsZSamazonka-kms" 'False) (C1 ('MetaCons "AliasListEntry'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "targetKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "aliasName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastUpdatedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "aliasArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newAliasListEntry :: AliasListEntry Source #

Create a value of AliasListEntry 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:targetKeyId:AliasListEntry', aliasListEntry_targetKeyId - String that contains the key identifier of the KMS key associated with the alias.

$sel:aliasName:AliasListEntry', aliasListEntry_aliasName - String that contains the alias. This value begins with alias/.

$sel:creationDate:AliasListEntry', aliasListEntry_creationDate - Date and time that the alias was most recently created in the account and Region. Formatted as Unix time.

$sel:lastUpdatedDate:AliasListEntry', aliasListEntry_lastUpdatedDate - Date and time that the alias was most recently associated with a KMS key in the account and Region. Formatted as Unix time.

$sel:aliasArn:AliasListEntry', aliasListEntry_aliasArn - String that contains the key ARN.

aliasListEntry_targetKeyId :: Lens' AliasListEntry (Maybe Text) Source #

String that contains the key identifier of the KMS key associated with the alias.

aliasListEntry_aliasName :: Lens' AliasListEntry (Maybe Text) Source #

String that contains the alias. This value begins with alias/.

aliasListEntry_creationDate :: Lens' AliasListEntry (Maybe UTCTime) Source #

Date and time that the alias was most recently created in the account and Region. Formatted as Unix time.

aliasListEntry_lastUpdatedDate :: Lens' AliasListEntry (Maybe UTCTime) Source #

Date and time that the alias was most recently associated with a KMS key in the account and Region. Formatted as Unix time.

aliasListEntry_aliasArn :: Lens' AliasListEntry (Maybe Text) Source #

String that contains the key ARN.