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 AWS CloudFormation template, use the following syntax:
JSON
{ "AnycastIps" :
[ String, ... ]
, "Arn" :String
, "Id" :String
, "IpCount" :Integer
, "LastModifiedTime" :String
, "Name" :String
, "Status" :String
}
YAML
AnycastIps:
- String
Arn:String
Id:String
IpCount:Integer
LastModifiedTime:String
Name:String
Status: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
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:
1
Maximum:
64
Update 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