Job Definition Runtime Platform Args
data class JobDefinitionRuntimePlatformArgs(val cpuArchitecture: Output<String>? = null, val operatingSystemFamily: Output<String>? = null) : ConvertibleToJava<JobDefinitionRuntimePlatformArgs>
Properties
Link copied to clipboard
The vCPU architecture. The default value is X86_64
. Valid values are X86_64
and ARM64
.
Link copied to clipboard
The operating system for the compute environment. Valid values are: LINUX
(default), WINDOWS_SERVER_2019_CORE
, WINDOWS_SERVER_2019_FULL
, WINDOWS_SERVER_2022_CORE
, and WINDOWS_SERVER_2022_FULL
.