mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 17:53:14 -05:00
17 lines
355 B
JSON
17 lines
355 B
JSON
|
{
|
||
|
"Resources" : {
|
||
|
"myDNSRecord" : {
|
||
|
"Type" : "AWS::Route53::RecordSet",
|
||
|
"Properties" : {
|
||
|
"HostedZoneId" : "Z8VLZEXAMPLE",
|
||
|
"Name" : "test.example.com",
|
||
|
"ResourceRecords" : [
|
||
|
"192.0.2.99"
|
||
|
],
|
||
|
"Ttl" : 300,
|
||
|
"Type" : "A"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|