SchemaVersionArgs

data class SchemaVersionArgs(val isLatest: Output<Boolean>? = null, val versionNumber: Output<Int>? = null) : ConvertibleToJava<SchemaVersionArgs>

Specify checkpoint version for update. This is only required to update the Compatibility.

Constructors

Link copied to clipboard
constructor(isLatest: Output<Boolean>? = null, versionNumber: Output<Int>? = null)

Properties

Link copied to clipboard
val isLatest: Output<Boolean>? = null

Indicates if the latest version needs to be updated.

Link copied to clipboard
val versionNumber: Output<Int>? = null

Indicates the version number in the schema to update.

Functions

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