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.
Namespace: Amazon.KeyManagementService.Model
Assembly: AWSSDK.KeyManagementService.dll
Version: 3.x.y.z
public class KeyLastUsageData
The KeyLastUsageData type exposes the following members
| Name | Description | |
|---|---|---|
|
KeyLastUsageData() |
| Name | Type | Description | |
|---|---|---|---|
|
CloudTrailEventId | System.String |
Gets and sets the property CloudTrailEventId.
The CloudTrail |
|
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. |
|
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. |
|
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. |
.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