dnscontrol/documentation/functions/record/R53_ZONE.md
2023-01-20 07:56:20 -05:00

560 B

name parameters parameter_types ts_return provider
R53_ZONE
zone_id
zone_id
string
DomainModifier & RecordModifier ROUTE53

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.