View source: R/ec2_operations.R
ec2_create_fpga_image | R Documentation |
Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP).
See https://www.paws-r-sdk.com/docs/ec2_create_fpga_image/ for full documentation.
ec2_create_fpga_image(
DryRun = NULL,
InputStorageLocation,
LogsStorageLocation = NULL,
Description = NULL,
Name = NULL,
ClientToken = NULL,
TagSpecifications = NULL
)
DryRun |
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 |
InputStorageLocation |
[required] The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball. |
LogsStorageLocation |
The location in Amazon S3 for the output logs. |
Description |
A description for the AFI. |
Name |
A name for the AFI. |
ClientToken |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency. |
TagSpecifications |
The tags to apply to the FPGA image during creation. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.