SdkVersionArgs

data class SdkVersionArgs(val sdkSupportStatus: Output<SdkVersionSdkSupportStatus>? = null, val version: Output<String>? = null, val versionDisplayName: Output<String>? = null) : ConvertibleToJava<SdkVersionArgs>

The version of the SDK used to run the job.

Constructors

Link copied to clipboard
fun SdkVersionArgs(sdkSupportStatus: Output<SdkVersionSdkSupportStatus>? = null, version: Output<String>? = null, versionDisplayName: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard

The support status for this SDK version.

Link copied to clipboard
val version: Output<String>? = null

The version of the SDK used to run the job.

Link copied to clipboard
val versionDisplayName: Output<String>? = null

A readable string describing the version of the SDK.