AWS::CloudFront::AnycastIpList IpamCidrConfigResult - AWS CloudFormation

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