Job Definition Runtime Platform
data class JobDefinitionRuntimePlatform(val cpuArchitecture: String? = null, val operatingSystemFamily: String? = null)
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 .