AWS::CloudFront::AnycastIpListAn 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 { CfnAnycastIpList } from 'aws-cdk-lib/aws-cloudfront';Or use the module namespace:
import * as cloudfront from 'aws-cdk-lib/aws-cloudfront';
// cloudfront.CfnAnycastIpListConfiguration passed to the constructor as CfnAnycastIpListProps.
ipCountRequirednumberThe number of IP addresses in the Anycast static IP list.
nameRequiredstringThe name of the Anycast static IP list.
ipAddressTypeOptionalstringThe IP address type for the Anycast static IP list.
ipamCidrConfigsOptionalIResolvable | IResolvable | IpamCidrConfigProperty[]A list of IPAM CIDR configurations that define the IP address ranges, IPAM pools, and associated Anycast IP addresses.
tagsOptionalTagsPropertyA complex type that contains zero or more `Tag` elements.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon CloudFront on one page. HD quality, print-friendly.
Download Free Infographicaws-cloudfrontAWS::CloudFront::AnycastIpList