RuntimePlatformArgs

data class RuntimePlatformArgs(val cpuArchitecture: Output<String>? = null, val operatingSystemFamily: Output<String>? = null) : ConvertibleToJava<RuntimePlatformArgs>

Definition of RuntimePlatform

Constructors

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

Properties

Link copied to clipboard
val cpuArchitecture: Output<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
val operatingSystemFamily: Output<String>? = null

The operating system.

Functions

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