AWS::Route53::RecordSet CidrRoutingConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Route53::RecordSet 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: 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