1
1
{
2
- "Resources" : {
3
- "HostedZoneDB99F866" : {
4
- "Type" : " AWS::Route53::HostedZone" ,
5
- "Properties" : {
6
- "Name" : " test.public."
7
- }
8
- },
9
- "HostedZoneAlias40D2E006" : {
10
- "Type" : " AWS::Route53::RecordSet" ,
11
- "Properties" : {
12
- "Name" : " _foo.test.public." ,
13
- "Type" : " A" ,
14
- "AliasTarget" : {
15
- "DNSName" : {
16
- "Fn::GetAtt" : [
17
- " MyDistributionCFDistributionDE147309" ,
18
- " DomainName"
19
- ]
20
- },
21
- "HostedZoneId" : " Z2FDTNDATAQYW2"
2
+ "Resources" : {
3
+ "HostedZoneDB99F866" : {
4
+ "Type" : " AWS::Route53::HostedZone" ,
5
+ "Properties" : {
6
+ "Name" : " test.public."
7
+ }
8
+ },
9
+ "HostedZoneAlias40D2E006" : {
10
+ "Type" : " AWS::Route53::RecordSet" ,
11
+ "Properties" : {
12
+ "Name" : " _foo.test.public." ,
13
+ "Type" : " A" ,
14
+ "AliasTarget" : {
15
+ "DNSName" : {
16
+ "Fn::GetAtt" : [
17
+ " MyDistributionCFDistributionDE147309" ,
18
+ " DomainName"
19
+ ]
22
20
},
23
- "HostedZoneId" : {
24
- "Ref" : " HostedZoneDB99F866"
25
- }
21
+ "HostedZoneId" : " Z2FDTNDATAQYW2"
22
+ },
23
+ "HostedZoneId" : {
24
+ "Ref" : " HostedZoneDB99F866"
26
25
}
27
- },
28
- "Bucket83908E77" : {
29
- "Type" : " AWS::S3::Bucket"
30
- },
31
- "MyDistributionCFDistributionDE147309" : {
32
- "Type" : " AWS::CloudFront::Distribution" ,
33
- "Properties" : {
34
- "DistributionConfig" : {
35
- "CacheBehaviors" : [],
36
- "DefaultCacheBehavior" : {
37
- "AllowedMethods" : [
38
- " GET" ,
39
- " HEAD"
40
- ],
41
- "CachedMethods" : [
42
- " GET" ,
43
- " HEAD"
44
- ],
45
- "ForwardedValues" : {
46
- "Cookies" : {
47
- "Forward" : " none"
48
- },
49
- "QueryString" : false
26
+ }
27
+ },
28
+ "Bucket83908E77" : {
29
+ "Type" : " AWS::S3::Bucket"
30
+ },
31
+ "MyDistributionCFDistributionDE147309" : {
32
+ "Type" : " AWS::CloudFront::Distribution" ,
33
+ "Properties" : {
34
+ "DistributionConfig" : {
35
+ "CacheBehaviors" : [],
36
+ "DefaultCacheBehavior" : {
37
+ "AllowedMethods" : [
38
+ " GET" ,
39
+ " HEAD"
40
+ ],
41
+ "CachedMethods" : [
42
+ " GET" ,
43
+ " HEAD"
44
+ ],
45
+ "ForwardedValues" : {
46
+ "Cookies" : {
47
+ "Forward" : " none"
50
48
},
51
- "TargetOriginId" : " origin1" ,
52
- "ViewerProtocolPolicy" : " redirect-to-https"
49
+ "QueryString" : false
53
50
},
54
- "DefaultRootObject" : " index.html" ,
55
- "Enabled" : true ,
56
- "HttpVersion" : " http2" ,
57
- "IPV6Enabled" : true ,
58
- "Origins" : [
59
- {
60
- "DomainName" : {
61
- "Fn::GetAtt" : [
62
- " Bucket83908E77" ,
63
- " DomainName"
64
- ]
65
- },
66
- "Id" : " origin1" ,
67
- "S3OriginConfig" : {}
68
- }
69
- ],
70
- "PriceClass" : " PriceClass_100" ,
71
- "ViewerCertificate" : {
72
- "CloudFrontDefaultCertificate" : true
51
+ "TargetOriginId" : " origin1" ,
52
+ "ViewerProtocolPolicy" : " redirect-to-https"
53
+ },
54
+ "DefaultRootObject" : " index.html" ,
55
+ "Enabled" : true ,
56
+ "HttpVersion" : " http2" ,
57
+ "IPV6Enabled" : true ,
58
+ "Origins" : [
59
+ {
60
+ "DomainName" : {
61
+ "Fn::GetAtt" : [
62
+ " Bucket83908E77" ,
63
+ " RegionalDomainName"
64
+ ]
65
+ },
66
+ "Id" : " origin1" ,
67
+ "S3OriginConfig" : {}
73
68
}
69
+ ],
70
+ "PriceClass" : " PriceClass_100" ,
71
+ "ViewerCertificate" : {
72
+ "CloudFrontDefaultCertificate" : true
74
73
}
75
74
}
76
75
}
77
76
}
78
77
}
78
+ }
0 commit comments