AWS SDK Version 4 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 usage information about the last time the KMS key was used for a successful cryptographic operation.

Inheritance Hierarchy

System.Object
  Amazon.KeyManagementService.Model.KeyLastUsageData

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

Syntax

C#
public class KeyLastUsageData

The KeyLastUsageData type exposes the following members

Constructors

NameDescription
Public Method KeyLastUsageData()

Properties

NameTypeDescription
Public Property CloudTrailEventId System.String

Gets and sets the property CloudTrailEventId.

The CloudTrail eventId associated with the last successful cryptographic operation. Absent if the key has not been used since KMS began tracking.

Public Property KmsRequestId System.String

Gets and sets the property KmsRequestId.

The KMS request ID associated with the last successful cryptographic operation. Absent if the key has not been used since KMS began tracking.

Public Property Operation Amazon.KeyManagementService.KeyLastUsageTrackingOperation

Gets and sets the property Operation.

The last successful cryptographic operation the KMS key was used for. Absent if the key has not been used since KMS began tracking.

Public Property Timestamp System.Nullable<System.DateTime>

Gets and sets the property Timestamp.

The date and time when the KMS key was most recently used for a successful cryptographic operation. Absent if the key has not been used since KMS began tracking.

Version Information

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

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer