ec2_modify_managed_prefix_list: Modifies the specified managed prefix list

View source: R/ec2_operations.R

ec2_modify_managed_prefix_listR Documentation

Modifies the specified managed prefix list

Description

Modifies the specified managed prefix list.

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

Usage

ec2_modify_managed_prefix_list(
  DryRun = NULL,
  PrefixListId,
  CurrentVersion = NULL,
  PrefixListName = NULL,
  AddEntries = NULL,
  RemoveEntries = NULL,
  MaxEntries = 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.

PrefixListId

[required] The ID of the prefix list.

CurrentVersion

The current version of the prefix list.

PrefixListName

A name for the prefix list.

AddEntries

One or more entries to add to the prefix list.

RemoveEntries

One or more entries to remove from the prefix list.

MaxEntries

The maximum number of entries for the prefix list. You cannot modify the entries of a prefix list and modify the size of a prefix list at the same time.

If any of the resources that reference the prefix list cannot support the new maximum size, the modify operation fails. Check the state message for the IDs of the first ten resources that do not support the new maximum size.


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