RegistryTaskPlatformArgs

data class RegistryTaskPlatformArgs(val architecture: Output<String>? = null, val os: Output<String>, val variant: Output<String>? = null) : ConvertibleToJava<RegistryTaskPlatformArgs>

Constructors

Link copied to clipboard
constructor(architecture: Output<String>? = null, os: Output<String>, variant: Output<String>? = null)

Properties

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

The OS architecture. Possible values are amd64, x86, 386, arm and arm64.

Link copied to clipboard
val os: Output<String>

The operating system type required for the task. Possible values are Windows and Linux.

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

The variant of the CPU. Possible values are v6, v7, v8.

Functions

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