AWS::CloudFront::AnycastIpList IpamCidrConfigResult - 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 IpamCidrConfigResult

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

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "AnycastIp" : String, "Cidr" : String, "IpamPoolArn" : String, "Status" : String }

YAML

AnycastIp: String Cidr: String IpamPoolArn: String Status: String

Properties

AnycastIp

The specified Anycast IP address allocated from the IPAM pool for this CIDR configuration.

Required: No

Type: String

Update requires: No interruption

Cidr

The CIDR that specifies the IP address range for this IPAM configuration.

Required: No

Type: String

Update requires: No interruption

IpamPoolArn

The Amazon Resource Name (ARN) of the IPAM pool that the CIDR block is assigned to.

Required: No

Type: String

Update requires: No interruption

Status

The current status of the IPAM CIDR configuration.

Required: No

Type: String

Allowed values: provisioned | failed-provision | provisioning | deprovisioned | failed-deprovision | deprovisioning | advertised | failed-advertise | advertising | withdrawn | failed-withdraw | withdrawing

Update requires: No interruption