AWS::CloudFront::AnycastIpList AnycastIpList - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon CloudFormation template, use the following syntax:

JSON

{ "AnycastIps" : [ String, ... ], "Arn" : String, "Id" : String, "IpAddressType" : String, "IpamCidrConfigResults" : [ IpamCidrConfigResult, ... ], "IpCount" : Integer, "LastModifiedTime" : String, "Name" : String, "Status" : String }

YAML

AnycastIps: - String Arn: String Id: String IpAddressType: String IpamCidrConfigResults: - IpamCidrConfigResult 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

IpAddressType

The IP address type for the Anycast static IP list.

Required: No

Type: String

Allowed values: ipv4 | dualstack

Update requires: No interruption

IpamCidrConfigResults

The results for the IPAM CIDRs that defines a specific IP address range, IPAM pool, and associated Anycast IP address.

Required: No

Type: Array of IpamCidrConfigResult

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, or Failed.

Required: Yes

Type: String

Update requires: No interruption