Creates an Anycast static IP list
Source:R/cloudfront_operations.R
cloudfront_create_anycast_ip_list.RdCreates an Anycast static IP list.
See https://www.paws-r-sdk.com/docs/cloudfront_create_anycast_ip_list/ for full documentation.
Usage
cloudfront_create_anycast_ip_list(
Name,
IpCount,
Tags = NULL,
IpAddressType = NULL,
IpamCidrConfigs = NULL
)Arguments
- Name
[required] Name of the Anycast static IP list.
- IpCount
[required] The number of static IP addresses that are allocated to the Anycast static IP list. Valid values: 21 or 3.
A complex type that contains zero or more
Tagelements.- 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 creating the Anycast static IP list.