AWS::CloudFront::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
{ "Type" : "AWS::CloudFront::AnycastIpList", "Properties" : { "IpCount" :
Integer
, "Name" :String
, "Tags" :Tags
} }
Properties
IpCount
-
The number of IP addresses in the Anycast static IP list.
Required: Yes
Type: Integer
Update requires: Replacement
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: Replacement
-
A complex type that contains zero or more
Tag
elements.Required: No
Type: Tags
Update requires: Replacement
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref
returns the ID of the Anycast IP list. For example:
aip_7XdPQUqEXAMPLE283z455j
.
For more information about using the Ref
function, see Ref
.
Fn::GetAtt
The Fn::GetAtt
intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAtt
intrinsic function, see Fn::GetAtt
.
ETag
-
A complex type that contains
Tag
key andTag
value. Id
-
The ID of the Anycast static IP list.