Skip to content

Delete Fpga Image

ec2_delete_fpga_image R Documentation

Deletes the specified Amazon FPGA Image (AFI)

Description

Deletes the specified Amazon FPGA Image (AFI).

Usage

ec2_delete_fpga_image(DryRun, FpgaImageId)

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.

FpgaImageId

[required] The ID of the AFI.

Value

A list with the following syntax:

list(
  Return = TRUE|FALSE
)

Request syntax

svc$delete_fpga_image(
  DryRun = TRUE|FALSE,
  FpgaImageId = "string"
)