superlint/.automation/test/cfn/cfn_good_4.yaml

11 lines
210 B
YAML
Raw Normal View History

2020-06-26 16:06:35 -04:00
Resources:
myDNSRecord:
Type: AWS::Route53::RecordSet
Properties:
HostedZoneId : Z8VLZEXAMPLE
Name: test.example.com
ResourceRecords:
- 192.0.2.99
TTL: 900
Type: A