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

FpgaInfo

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

Describes the FPGAs for the instance type.

interface FpgaInfo {
Fpgas: FpgaDeviceInfo[];
TotalFpgaMemoryInMiB?: number | null;
}

§Properties

§

Describes the FPGAs for the instance type.

§
TotalFpgaMemoryInMiB?: number | null
[src]

The total memory of all FPGA accelerators for the instance type.