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

CPUArchitecture

import type { CPUArchitecture } from "https://aws-api.deno.dev/v0.4/services/ecs.ts?docs=full";
type CPUArchitecture = "X86_64" | "ARM64" | cmnP.UnexpectedEnumValue;

§Type

§
"X86_64" | "ARM64" | cmnP.UnexpectedEnumValue
[src]