KeyLastUsageData

Contains usage information about the last time the KMS key was used for a successful cryptographic operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: KeyLastUsageData.Builder.() -> Unit = {}): KeyLastUsageData
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String