-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcloudfront-config-basic.json
More file actions
47 lines (47 loc) · 1.09 KB
/
cloudfront-config-basic.json
File metadata and controls
47 lines (47 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"CallerReference": "ccai-collections-cf-1754517629",
"DefaultRootObject": "index.html",
"Comment": "CCAI Collections CloudFront Distribution",
"Enabled": true,
"Origins": {
"Quantity": 1,
"Items": [
{
"Id": "ccai-collections-s3-origin",
"DomainName": "ccai-collections-1754517629.s3-website-us-east-1.amazonaws.com",
"CustomOriginConfig": {
"HTTPPort": 80,
"HTTPSPort": 443,
"OriginProtocolPolicy": "http-only"
}
}
]
},
"DefaultCacheBehavior": {
"TargetOriginId": "ccai-collections-s3-origin",
"ViewerProtocolPolicy": "redirect-to-https",
"MinTTL": 0,
"ForwardedValues": {
"QueryString": false,
"Cookies": {
"Forward": "none"
}
},
"TrustedSigners": {
"Enabled": false,
"Quantity": 0
}
},
"CustomErrorResponses": {
"Quantity": 1,
"Items": [
{
"ErrorCode": 404,
"ResponsePagePath": "/index.html",
"ResponseCode": "200",
"ErrorCachingMinTTL": 300
}
]
},
"PriceClass": "PriceClass_100"
}