ec2_create_fpga_image: Creates an Amazon FPGA Image (AFI) from the specified design...

View source: R/ec2_operations.R

ec2_create_fpga_imageR Documentation

Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP)

Description

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.

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 is UnauthorizedOperation.

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.

TagSpecifications

The tags to apply to the FPGA image during creation.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.