🚀
🚀
🚀
🚀
DNSControl
Search
⌃K
Introduction to DNSControl
Getting Started
Overview
Examples
Migrating zones to DNSControl
TypeScript autocomplete and type checking
Language Reference
JavaScript DSL
Top Level Functions
Domain Modifiers
Record Modifiers
CAA_BUILDER
DMARC_BUILDER
LOC_BUILDER_DD
LOC_BUILDER_DMM_STR
LOC_BUILDER_DMS_STR
LOC_BUILDER_STR
SPF_BUILDER
TTL
Service Provider specific
Amazon Route 53
R53_ZONE
Why CNAME/MX/NS targets require a "dot"
Service Providers
Providers
Commands
creds.json
check-creds
get-certs
get-zones
Advanced features
CI/CD example for GitLab
CLI variables
Nameservers and Delegations
Notifications
Useful code tricks
Developer info
Style Guide
DNSControl is an opinionated system
Writing new DNS providers
Creating new DNS Resource Types (rtypes)
Integration Tests
Unit Testing DNS Data
Bug Triage Process
Bring-Your-Own-Secrets for automated testing
Debugging with dlv
ALIAS Records
TXT record testing
Release
How to build and ship a release
Changelog v3.16.0
GitHub releases
Powered By GitBook

R53_ZONE

R53_ZONE lets you specify the AWS Zone ID for an entire domain (D()) or a specific R53_ALIAS() record.
When used with D(), it sets the zone id of the domain. This can be used to differentiate between split horizon domains in public and private zones.
When used with R53_ALIAS() it sets the required Route53 hosted zone id in a R53_ALIAS record. See R53_ALIAS's documentation for details.
Previous
Amazon Route 53
Next - Language Reference
Why CNAME/MX/NS targets require a "dot"
Last modified 2mo ago
Copy link
Edit on GitHub