AWS Fundamentals Logo
AWS Fundamentals
AWS::Route53::RecordSet

Route53 RecordSet

Resource Type definition for AWS::Route53::RecordSet

Properties

17 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
Type
string
Required
AliasTarget
AliasTarget
CidrRoutingConfig
CidrRoutingConfig
Comment
string
Failover
string
GeoLocation
GeoLocation
GeoProximityLocation
GeoProximityLocation
HealthCheckId
string
HostedZoneId
string
Create-only
HostedZoneName
string
Create-only
MultiValueAnswer
boolean
Region
string
ResourceRecords
Array<string>
SetIdentifier
string
TTL
string
Weight
integer

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Idstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Route53::RecordSet

Resources:
  MyResource:
    Type: AWS::Route53::RecordSet
    Properties:
      Type: "value"
      Name: "my-name"

Get the Route53 Cheat Sheet

Everything you need to know about Route53 on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceRoute53
Properties18
Required2
TaggingNot supported
Primary IDId

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

HostedZoneNameNameHostedZoneId

External Links