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::RecordSetGroup CidrRoutingConfig
The object that is specified in resource record set object when you are linking a resource record set to a CIDR location.
A LocationName with an asterisk “*” can be used to create a default CIDR
			record. CollectionId is still required for default record.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "CollectionId" :String, "LocationName" :String}
YAML
CollectionId:StringLocationName:String
Properties
- CollectionId
- 
                    The CIDR collection ID. Required: Yes Type: String Pattern: [0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}Update requires: No interruption 
- LocationName
- 
                    The CIDR collection location name. Required: Yes Type: String Pattern: [0-9A-Za-z_\-\*]+Minimum: 1Maximum: 16Update requires: No interruption