FpgaImage

class FpgaImage

Describes an Amazon FPGA image (AFI).

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time the AFI was created.

Link copied to clipboard

Indicates whether data retention support is enabled for the AFI.

Link copied to clipboard

The description of the AFI.

Link copied to clipboard

The global FPGA image identifier (AGFI ID).

Link copied to clipboard

The FPGA image identifier (AFI ID).

Link copied to clipboard

The instance types supported by the AFI.

Link copied to clipboard
val name: String?

The name of the AFI.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val pciId: PciId?

Information about the PCI bus.

Link copied to clipboard

The product codes for the AFI.

Link copied to clipboard

Indicates whether the AFI is public.

Link copied to clipboard

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

Link copied to clipboard

Information about the state of the AFI.

Link copied to clipboard
val tags: List<Tag>?

Any tags assigned to the AFI.

Link copied to clipboard

The time of the most recent update to the AFI.

Functions

Link copied to clipboard
inline fun copy(block: FpgaImage.Builder.() -> Unit = {}): FpgaImage
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String