AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::CloudFront::AnycastIpList

CfnAnycastIpList

An Anycast static IP list. For more information, see [Request Anycast static IPs to use for allowlisting](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/request-static-ips.html) in the *Amazon CloudFront Developer Guide* .

Import

import { CfnAnycastIpList } from 'aws-cdk-lib/aws-cloudfront';

Or use the module namespace:

import * as cloudfront from 'aws-cdk-lib/aws-cloudfront';
// cloudfront.CfnAnycastIpList

Properties

Configuration passed to the constructor as CfnAnycastIpListProps.

ipCountRequired
number

The number of IP addresses in the Anycast static IP list.

nameRequired
string

The name of the Anycast static IP list.

ipAddressTypeOptional
string

The IP address type for the Anycast static IP list.

ipamCidrConfigsOptional
IResolvable | IResolvable | IpamCidrConfigProperty[]

A list of IPAM CIDR configurations that define the IP address ranges, IPAM pools, and associated Anycast IP addresses.

tagsOptional
TagsProperty

A complex type that contains zero or more `Tag` elements.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Get the Amazon CloudFront Cheat Sheet

Everything you need to know about Amazon CloudFront on one page. HD quality, print-friendly.

Download Free Infographic