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 AWS CloudFormation template, use the following syntax:
JSON
{ "CollectionId" :
String
, "LocationName" :String
}
YAML
CollectionId:
String
LocationName: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:
1
Maximum:
16
Update requires: No interruption