This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::CloudFront::AnycastIpList AnycastIpList
An Anycast static IP list. For more information, see Request Anycast static IPs to use for allowlisting in the Amazon CloudFront Developer Guide.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AnycastIps" :[ String, ... ], "Arn" :String, "Id" :String, "IpAddressType" :String, "IpCount" :Integer, "LastModifiedTime" :String, "Name" :String, "Status" :String}
YAML
AnycastIps:- StringArn:StringId:StringIpAddressType:StringIpCount:IntegerLastModifiedTime:StringName:StringStatus:String
Properties
AnycastIps-
The static IP addresses that are allocated to the Anycast static IP list.
Required: Yes
Type: Array of String
Update requires: No interruption
Arn-
The Amazon Resource Name (ARN) of the Anycast static IP list.
Required: Yes
Type: String
Update requires: No interruption
Id-
The ID of the Anycast static IP list.
Required: Yes
Type: String
Update requires: No interruption
IpAddressType-
The IP address type for the Anycast static IP list.
Required: No
Type: String
Allowed values:
ipv4 | dualstackUpdate requires: No interruption
IpCount-
The number of IP addresses in the Anycast static IP list.
Required: Yes
Type: Integer
Update requires: No interruption
LastModifiedTime-
The last time the Anycast static IP list was modified.
Required: Yes
Type: String
Update requires: No interruption
Name-
The name of the Anycast static IP list.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9-_]{1,64}$Minimum:
1Maximum:
64Update requires: No interruption
Status-
The status of the Anycast static IP list. Valid values:
Deployed,Deploying, orFailed.Required: Yes
Type: String
Update requires: No interruption