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

FpgaImage

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

Describes an Amazon FPGA image (AFI).

interface FpgaImage {
CreateTime?: Date | number | null;
DataRetentionSupport?: boolean | null;
Description?: string | null;
FpgaImageGlobalId?: string | null;
FpgaImageId?: string | null;
Name?: string | null;
OwnerAlias?: string | null;
OwnerId?: string | null;
PciId?: PciId | null;
ProductCodes: ProductCode[];
Public?: boolean | null;
ShellVersion?: string | null;
State?: FpgaImageState | null;
Tags: Tag[];
UpdateTime?: Date | number | null;
}

§Properties

§
CreateTime?: Date | number | null
[src]

The date and time the AFI was created.

§
DataRetentionSupport?: boolean | null
[src]

Indicates whether data retention support is enabled for the AFI.

§
Description?: string | null
[src]

The description of the AFI.

§
FpgaImageGlobalId?: string | null
[src]

The global FPGA image identifier (AGFI ID).

§
FpgaImageId?: string | null
[src]

The FPGA image identifier (AFI ID).

§
Name?: string | null
[src]

The name of the AFI.

§
OwnerAlias?: string | null
[src]

The alias of the AFI owner. Possible values include self, amazon, and aws-marketplace.

§
OwnerId?: string | null
[src]

The ID of the Amazon Web Services account that owns the AFI.

§
PciId?: PciId | null
[src]

Information about the PCI bus.

§
ProductCodes: ProductCode[]
[src]

The product codes for the AFI.

§
Public?: boolean | null
[src]

Indicates whether the AFI is public.

§
ShellVersion?: string | null
[src]

The version of the Amazon Web Services Shell that was used to create the bitstream.

§
State?: FpgaImageState | null
[src]

Information about the state of the AFI.

§
Tags: Tag[]
[src]

Any tags assigned to the AFI.

§
UpdateTime?: Date | number | null
[src]

The time of the most recent update to the AFI.