Copy Fpga Image
ec2_copy_fpga_image | R Documentation |
Copies the specified Amazon FPGA Image (AFI) to the current Region¶
Description¶
Copies the specified Amazon FPGA Image (AFI) to the current Region.
Usage¶
ec2_copy_fpga_image(DryRun, SourceFpgaImageId, Description, Name,
SourceRegion, ClientToken)
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
|
SourceFpgaImageId |
[required] The ID of the source AFI. |
Description |
The description for the new AFI. |
Name |
The name for the new AFI. The default is the name of the source AFI. |
SourceRegion |
[required] The Region that contains the source AFI. |
ClientToken |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency. |
Value¶
A list with the following syntax:
list(
FpgaImageId = "string"
)
Request syntax¶
svc$copy_fpga_image(
DryRun = TRUE|FALSE,
SourceFpgaImageId = "string",
Description = "string",
Name = "string",
SourceRegion = "string",
ClientToken = "string"
)