AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateFpgaImage operation. Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP).

The create operation is asynchronous. To verify that the AFI is ready for use, check the output logs.

An AFI contains the FPGA bitstream that is ready to download to an FPGA. You can securely deploy an AFI on multiple FPGA-accelerated instances. For more information, see the Amazon Web Services FPGA Hardware Development Kit.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.EC2.AmazonEC2Request
      Amazon.EC2.Model.CreateFpgaImageRequest

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class CreateFpgaImageRequest : AmazonEC2Request
         IAmazonWebServiceRequest

The CreateFpgaImageRequest type exposes the following members

Constructors

NameDescription
Public Method CreateFpgaImageRequest()

Properties

NameTypeDescription
Public Property ClientToken System.String

Gets and sets the property ClientToken.

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

Public Property Description System.String

Gets and sets the property Description.

A description for the AFI.

Public Property InputStorageLocation Amazon.EC2.Model.StorageLocation

Gets and sets the property InputStorageLocation.

The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.

Public Property LogsStorageLocation Amazon.EC2.Model.StorageLocation

Gets and sets the property LogsStorageLocation.

The location in Amazon S3 for the output logs.

Public Property Name System.String

Gets and sets the property Name.

A name for the AFI.

Public Property TagSpecifications System.Collections.Generic.List<Amazon.EC2.Model.TagSpecification>

Gets and sets the property TagSpecifications.

The tags to apply to the FPGA image during creation.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5