Skip to main content

AWSECSTaskDefinitionRuntimePlatform

No description

type AWSECSTaskDefinitionRuntimePlatform {
cpuArchitecture: AWSECSTaskDefinitionCPUArchitectureType!
operatingSystemFamily: AWSECSTaskDefinitionOSFamilyType!
}

Fields

AWSECSTaskDefinitionRuntimePlatform.cpuArchitecture ● AWSECSTaskDefinitionCPUArchitectureType! non-null enum

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.

AWSECSTaskDefinitionRuntimePlatform.operatingSystemFamily ● AWSECSTaskDefinitionOSFamilyType! non-null enum

The operating system

Member of

AWSECSTaskDefinition object