PlatformPropertiesArgs

data class PlatformPropertiesArgs(val architecture: Output<Either<String, Architecture>>? = null, val os: Output<Either<String, OS>>, val variant: Output<Either<String, Variant>>? = null) : ConvertibleToJava<PlatformPropertiesArgs>

The platform properties against which the run has to happen.

Constructors

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

Properties

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

The OS architecture.

Link copied to clipboard
val os: Output<Either<String, OS>>

The operating system type required for the run.

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

Variant of the CPU.

Functions

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