mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 01:35:53 -05:00
11 lines
210 B
YAML
11 lines
210 B
YAML
|
Resources:
|
||
|
myDNSRecord:
|
||
|
Type: AWS::Route53::RecordSet
|
||
|
Properties:
|
||
|
HostedZoneId : Z8VLZEXAMPLE
|
||
|
Name: test.example.com
|
||
|
ResourceRecords:
|
||
|
- 192.0.2.99
|
||
|
Ttl: 900
|
||
|
Type: A
|