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*.
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
IpCount | integer | RequiredCreate-only |
Name | string | RequiredCreate-only |
IpAddressType | string | |
IpamCidrConfigs | array | Write-only |
Tags | Tags | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AnycastIpList | AnycastIpList | - |
ETag | string | - |
Id | string | - |
IpamCidrConfigResults | array | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CloudFront::AnycastIpList
Resources:
MyResource:
Type: AWS::CloudFront::AnycastIpList
Properties:
IpCount: 1
Name: "my-name"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
cloudfront:CreateAnycastIpListcloudfront:TagResourcecloudfront:DeleteAnycastIpListcloudfront:GetAnycastIpListcloudfront:UpdateAnycastIpListcloudfront:GetAnycastIpListcloudfront:ListTagsForResourcecloudfront:TagResourcecloudfront:UntagResourcecloudfront:ListAnycastIpListscloudfront:GetAnycastIpListcloudfront:ListTagsForResourceEverything you need to know about CloudFront on one page. HD quality, print-friendly.
Download Free InfographicIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
IpCountNameTags