GetKeyVersionsVersion

data class GetKeyVersionsVersion(val createTime: String, val creationDate: String, val id: String, val keyId: String, val keyVersionId: String)

Constructors

Link copied to clipboard
constructor(createTime: String, creationDate: String, id: String, keyId: String, keyVersionId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Date and time when the key version was created (UTC time).

Link copied to clipboard

(Removed from v1.124.4) It has been removed and using create_time instead.

Link copied to clipboard
val id: String

ID of the KMS KeyVersion resource.

Link copied to clipboard

The id of kms key.

Link copied to clipboard

ID of the key version.