Modifies an IPAM prefix list resolver
Source:R/ec2_operations.R
ec2_modify_ipam_prefix_list_resolver.RdModifies an IPAM prefix list resolver. You can update the description and CIDR selection rules. Changes to rules will trigger re-evaluation and potential updates to associated prefix lists.
See https://www.paws-r-sdk.com/docs/ec2_modify_ipam_prefix_list_resolver/ for full documentation.
Usage
ec2_modify_ipam_prefix_list_resolver(
DryRun = NULL,
IpamPrefixListResolverId,
Description = NULL,
Rules = NULL
)Arguments
- DryRun
A check for 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.- IpamPrefixListResolverId
[required] The ID of the IPAM prefix list resolver to modify.
- Description
A new description for the IPAM prefix list resolver.
- Rules
The updated CIDR selection rules for the resolver. These rules replace the existing rules entirely.