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: List of String
Maximum:
1000Update requires: No interruption
LocationName-
The CIDR collection location name.
Required: Yes
Type: String
Minimum:
1Maximum:
16Pattern:
[0-9A-Za-z_\-\*]+Update requires: No interruption
See also
LocationSummary in the Amazon Route 53 API Reference