Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP)
Source:R/ec2_operations.R
ec2_create_fpga_image.RdCreates 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.
Usage
ec2_create_fpga_image(
DryRun = NULL,
InputStorageLocation,
LogsStorageLocation = NULL,
Description = NULL,
Name = NULL,
ClientToken = NULL,
TagSpecifications = NULL
)Arguments
- 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
DryRunOperation. Otherwise, it isUnauthorizedOperation.- 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.
The tags to apply to the FPGA image during creation.