Skip to content

Instantly share code, notes, and snippets.

@n0ts
Created September 24, 2013 06:33
Show Gist options
  • Save n0ts/6681060 to your computer and use it in GitHub Desktop.
Save n0ts/6681060 to your computer and use it in GitHub Desktop.
{
"Comment": "string",
"Changes": [
{
"Action": "CREATE"|"DELETE",
"ResourceRecordSet": {
"Name": "string",
"Type": "SOA"|"A"|"TXT"|"NS"|"CNAME"|"MX"|"PTR"|"SRV"|"SPF"|"AAAA",
"SetIdentifier": "string",
"Weight": long,
"Region": "us-east-1"|"us-west-1"|"us-west-2"|"eu-west-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-northeast-1"|"sa-east-1",
"Failover": "PRIMARY"|"SECONDARY",
"TTL": long,
"ResourceRecords": [
{
"Value": "string"
}
...
],
"AliasTarget": {
"HostedZoneId": "string",
"DNSName": "string",
"EvaluateTargetHealth": true|false
},
"HealthCheckId": "string"
}
}
...
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment