TaskDefinitionRuntimePlatformArgs

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

Information about the platform for the Amazon ECS service or task. For more information about `RuntimePlatform`, see RuntimePlatform in the Amazon Elastic Container Service Developer Guide.

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(): TaskDefinitionRuntimePlatformArgs