TaskDefinitionRuntimePlatformArgs

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

Constructors

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

Properties

Link copied to clipboard
val cpuArchitecture: Output<String>? = null

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

Link copied to clipboard
val operatingSystemFamily: Output<String>? = null

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

Functions

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