Copies the specified Amazon FPGA Image (AFI) to the current Region.
See https://www.paws-r-sdk.com/docs/ec2_copy_fpga_image/ for full documentation.
ec2_copy_fpga_image(
DryRun = NULL,
SourceFpgaImageId,
Description = NULL,
Name = NULL,
SourceRegion,
ClientToken = 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 ID of the source AFI.
The description for the new AFI.
The name for the new AFI. The default is the name of the source AFI.
[required] The Region that contains the source AFI.
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.