Builder

class Builder

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
var 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
var 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
var 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
fun pciId(block: PciId.Builder.() -> Unit)

construct an aws.sdk.kotlin.services.ec2.model.PciId inside the given block

Link copied to clipboard