AWS::CloudFront::AnycastIpList - AWS CloudFormation

AWS::CloudFront::AnycastIpList

An Anycast static IP list.

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 } }

YAML

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

Tags

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 and Tag value.

Id

The ID of the Anycast static IP list.