RuntimePlatformResponse

data class RuntimePlatformResponse(val cpuArchitecture: String? = null, val operatingSystemFamily: String? = null)

Definition of RuntimePlatform

Constructors

Link copied to clipboard
constructor(cpuArchitecture: String? = null, operatingSystemFamily: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpuArchitecture: String? = null

The CPU architecture. You can run your Linux tasks on an ARM-based platform by setting the value to `ARM64`. This option is available for tasks that run on Linux Amazon EC2 instance or Linux containers on Fargate.

Link copied to clipboard

The operating system.