Skip to contents

Creates 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.

Tags

A complex type that contains zero or more Tag elements.

IpAddressType

The IP address type for the Anycast static IP list. You can specify one of the following options:

  • ipv4 only

  • ipv6 only

  • dualstack - 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.