GetTaskDefinitionRuntimePlatform

data class GetTaskDefinitionRuntimePlatform(val cpuArchitecture: String, val operatingSystemFamily: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Must be set to either X86_64 or ARM64; see cpu architecture

Link copied to clipboard

If the requires_compatibilities is FARGATE this field is required; must be set to a valid option from the operating system family in the runtime platform setting