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

ProcessorInfo

import type { ProcessorInfo } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes the processor used by the instance type.

interface ProcessorInfo {
SupportedArchitectures: ArchitectureType[];
SustainedClockSpeedInGhz?: number | null;
}

§Properties

§
SupportedArchitectures: ArchitectureType[]
[src]

The architectures supported by the instance type.

§
SustainedClockSpeedInGhz?: number | null
[src]

The speed of the processor, in GHz.