RuntimePlatform

An object that represents the compute environment architecture for Batch jobs on Fargate.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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.

Functions

Link copied to clipboard
inline fun copy(block: RuntimePlatform.Builder.() -> Unit = {}): RuntimePlatform
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String