Setting the file. One moment.
Chapter 110 · Deploying Custom Domain REST API
Subchapter 110.2
scripts/dns-record.json
JSON16 lines330 B
{
"Changes": [
{
"Action": "CREATE",
"ResourceRecordSet": {
"Name": "CUSTOM_DOMAIN_NAME",
"Type": "A",
"AliasTarget": {
"DNSName": "REGIONAL_DOMAIN_NAME",
"HostedZoneId": "REGIONAL_HOSTED_ZONE_ID",
"EvaluateTargetHealth": false
}
}
}
]
}