GetKMSCryptoKeyVersionPlainArgs

data class GetKMSCryptoKeyVersionPlainArgs(val cryptoKey: String, val version: Int? = null) : ConvertibleToJava<GetKMSCryptoKeyVersionPlainArgs>

A collection of arguments for invoking getKMSCryptoKeyVersion.

Constructors

Link copied to clipboard
constructor(cryptoKey: String, version: Int? = null)

Properties

Link copied to clipboard

The id of the Google Cloud Platform CryptoKey to which the key version belongs. This is also the id field of the gcp.kms.CryptoKey resource/datasource.

Link copied to clipboard
val version: Int? = null

The version number for this CryptoKeyVersion. Defaults to 1.

Functions

Link copied to clipboard
open override fun toJava(): GetKMSCryptoKeyVersionPlainArgs