Updates an Anycast static IP list
Source:R/cloudfront_operations.R
cloudfront_update_anycast_ip_list.RdUpdates an Anycast static IP list.
See https://www.paws-r-sdk.com/docs/cloudfront_update_anycast_ip_list/ for full documentation.
Usage
cloudfront_update_anycast_ip_list(
Id,
IpAddressType = NULL,
IpamCidrConfigs = NULL,
IfMatch
)Arguments
- Id
[required] The ID of the Anycast static IP list.
- IpAddressType
The IP address type for the Anycast static IP list. You can specify one of the following options:
ipv4onlyipv6onlydualstack- Allocate a list of both IPv4 and IPv6 addresses
- IpamCidrConfigs
A list of IPAM CIDR configurations that specify the IP address ranges and IPAM pool settings for updating the Anycast static IP list.
- IfMatch
[required] The current version (ETag value) of the Anycast static IP list that you are updating.