copy_fpga_image
(**kwargs)¶Copies the specified Amazon FPGA Image (AFI) to the current Region.
See also: AWS API Documentation
Request Syntax
response = client.copy_fpga_image(
DryRun=True|False,
SourceFpgaImageId='string',
Description='string',
Name='string',
SourceRegion='string',
ClientToken='string'
)
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.[REQUIRED]
The ID of the source AFI.
[REQUIRED]
The Region that contains the source AFI.
dict
Response Syntax
{
'FpgaImageId': 'string'
}
Response Structure
(dict) --
FpgaImageId (string) --
The ID of the new AFI.