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::Route53::CidrCollection Location
Specifies the list of CIDR blocks for a CIDR location.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "CidrList" :[ String, ... ], "LocationName" :String}
YAML
CidrList:- StringLocationName:String
Properties
- CidrList
- 
                    List of CIDR blocks. Required: Yes Type: Array of String Minimum: 1Maximum: 1000Update requires: No interruption 
- LocationName
- 
                    The CIDR collection location name. Required: Yes Type: String Minimum: 1Maximum: 16Update requires: No interruption 
See also
- 
                    LocationSummary in the Amazon Route 53 API Reference