AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains information about an alias.

Inheritance Hierarchy

System.Object
  Amazon.KeyManagementService.Model.AliasListEntry

Namespace: Amazon.KeyManagementService.Model
Assembly: AWSSDK.KeyManagementService.dll
Version: 3.x.y.z

Syntax

C#
public class AliasListEntry

The AliasListEntry type exposes the following members

Constructors

NameDescription
Public Method AliasListEntry()

Properties

NameTypeDescription
Public Property AliasArn System.String

Gets and sets the property AliasArn.

String that contains the key ARN.

Public Property AliasName System.String

Gets and sets the property AliasName.

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

Public Property CreationDate System.DateTime

Gets and sets the property CreationDate.

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

Public Property LastUpdatedDate System.DateTime

Gets and sets the property LastUpdatedDate.

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

Public Property TargetKeyId System.String

Gets and sets the property TargetKeyId.

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

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5