Values_7.CreateFpgaImageRequestSourceCreates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP). The create operation is asynchronous. To verify that the AFI was successfully created and 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.
type nonrec t = {dryRun : Values_0.Boolean.t option;Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)inputStorageLocation : Values_4.StorageLocation.t;The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.
*)logsStorageLocation : Values_4.StorageLocation.t option;The location in Amazon S3 for the output logs.
*)description : Values_0.String_.t option;A description for the AFI.
*)name : Values_0.String_.t option;A name for the AFI.
*)clientToken : Values_0.String_.t option;Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.
*)tagSpecifications : Values_0.TagSpecificationList.t option;The tags to apply to the FPGA image during creation.
*)}val make :
?dryRun:??? ->
?logsStorageLocation:??? ->
?description:??? ->
?name:??? ->
?clientToken:??? ->
?tagSpecifications:??? ->
inputStorageLocation:Values_4.StorageLocation.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ]
list ])
list ]
list
| `String of Values_0.String_.t
| `Structure of (string * [> `String of Values_0.String_.t ]) list ])
list ]