Modifies the specified managed prefix list
Source:R/ec2_operations.R
ec2_modify_managed_prefix_list.RdModifies 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,
IpamPrefixListResolverSyncEnabled = 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 isUnauthorizedOperation.- 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.
- IpamPrefixListResolverSyncEnabled
Indicates whether synchronization with an IPAM prefix list resolver should be enabled for this managed prefix list. When enabled, the prefix list CIDRs are automatically updated based on the associated resolver's CIDR selection rules.