AWS::Route53::RecordSetGroup CidrRoutingConfig - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 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