ec2_modify_fpga_image_attribute: Modifies the specified attribute of the specified Amazon FPGA...

View source: R/ec2_operations.R

ec2_modify_fpga_image_attributeR Documentation

Modifies the specified attribute of the specified Amazon FPGA Image (AFI)

Description

Modifies the specified attribute of the specified Amazon FPGA Image (AFI).

See https://www.paws-r-sdk.com/docs/ec2_modify_fpga_image_attribute/ for full documentation.

Usage

ec2_modify_fpga_image_attribute(
  DryRun = NULL,
  FpgaImageId,
  Attribute = NULL,
  OperationType = NULL,
  UserIds = NULL,
  UserGroups = NULL,
  ProductCodes = NULL,
  LoadPermission = NULL,
  Description = NULL,
  Name = 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.

FpgaImageId

[required] The ID of the AFI.

Attribute

The name of the attribute.

OperationType

The operation type.

UserIds

The Amazon Web Services account IDs. This parameter is valid only when modifying the loadPermission attribute.

UserGroups

The user groups. This parameter is valid only when modifying the loadPermission attribute.

ProductCodes

The product codes. After you add a product code to an AFI, it can't be removed. This parameter is valid only when modifying the productCodes attribute.

LoadPermission

The load permission for the AFI.

Description

A description for the AFI.

Name

A name for the AFI.


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