Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface AliasListEntry

Contains information about an alias.

Hierarchy

  • AliasListEntry

Properties

AliasArn?: string

String that contains the key ARN.

AliasName?: string

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

CreationDate?: Date

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

LastUpdatedDate?: Date

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

TargetKeyId?: string

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