AWS Fundamentals Logo
AWS Fundamentals
AWS::Route53::RecordSetGroup

Route53 RecordSetGroup

Resource Type definition for AWS::Route53::RecordSetGroup

Properties

4 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
Comment
string
HostedZoneId
string
Create-only
HostedZoneName
string
Create-only
RecordSets
Array<RecordSet>

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::RecordSetGroup

Resources:
  MyResource:
    Type: AWS::Route53::RecordSetGroup
    Properties:

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
Properties5
Required0
TaggingNot supported
Primary IDId

Immutable After Creation

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

HostedZoneNameHostedZoneId

External Links