GetCryptoKeyVersionsPlainArgs

data class GetCryptoKeyVersionsPlainArgs(val cryptoKey: String, val filter: String? = null) : ConvertibleToJava<GetCryptoKeyVersionsPlainArgs>

A collection of arguments for invoking getCryptoKeyVersions.

Constructors

Link copied to clipboard
constructor(cryptoKey: String, filter: String? = 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 filter: String? = null

The filter argument is used to add a filter query parameter that limits which versions are retrieved by the data source: ?filter={{filter}}. When no value is provided there is no filtering. Example filter values if filtering on name. Note: names take the form projects/{{project}}/locations/{{location}}/keyRings/{{keyRing}}/cryptoKeys/{{cryptoKey}}/cryptoKeyVersions.

Functions

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