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

CreateFpgaImageResult

import type { CreateFpgaImageResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface CreateFpgaImageResult {
FpgaImageGlobalId?: string | null;
FpgaImageId?: string | null;
}

§Properties

§
FpgaImageGlobalId?: string | null
[src]

The global FPGA image identifier (AGFI ID).

§
FpgaImageId?: string | null
[src]

The FPGA image identifier (AFI ID).