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
)
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
.
[required] The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.
The location in Amazon S3 for the output logs.
A description for the AFI.
A name for the AFI.
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.
The tags to apply to the FPGA image during creation.