Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RuntimePlatform

import type { RuntimePlatform } from "https://aws-api.deno.dev/v0.4/services/ecs.ts?docs=full";

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.

interface RuntimePlatform {
cpuArchitecture?: CPUArchitecture | null;
operatingSystemFamily?: OSFamily | null;
}

§Properties

§
cpuArchitecture?: CPUArchitecture | null
[src]

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.

§
operatingSystemFamily?: OSFamily | null
[src]

The operating system.