GetCryptoKeyLatestVersionPlainArgs

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

A collection of arguments for invoking getCryptoKeyLatestVersion.

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 type of cryptoKeyVersion is retrieved as the latest by the data source: ?filter={{filter}}. When no value is provided there is no filtering. Example filter values if filtering on state.

Functions

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