Skip to content

Instantly share code, notes, and snippets.

@BarnacleBob
Created August 20, 2015 23:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BarnacleBob/2aabf6d640346cd86555 to your computer and use it in GitHub Desktop.
Save BarnacleBob/2aabf6d640346cd86555 to your computer and use it in GitHub Desktop.
{
"DistributionConfig": {
"CallerReference": "createstageconfig",
"Aliases": {
"Quantity": 1,
"Items": [
"mobilecache-staging.btrll.com"
]
},
"DefaultRootObject": "index.html",
"Origins": {
"Quantity": 1,
"Items": [
{
"Id": "S3-mobile-brightroll-cdn-test",
"DomainName": "mobile-brightroll-cdn-test.s3.amazonaws.com",
"OriginPath": "",
"S3OriginConfig": {
"OriginAccessIdentity": ""
}
}
]
},
"DefaultCacheBehavior": {
"TargetOriginId": "S3-mobile-brightroll-cdn-test",
"ForwardedValues": {
"QueryString": false,
"Cookies": {
"Forward": "none"
},
"Headers": {
"Quantity": 0
}
},
"TrustedSigners": {
"Enabled": false,
"Quantity": 0
},
"ViewerProtocolPolicy": "allow-all",
"MinTTL": 0,
"AllowedMethods": {
"Quantity": 2,
"Items": [
"HEAD",
"GET"
],
"CachedMethods": {
"Quantity": 2,
"Items": [
"HEAD",
"GET"
]
}
},
"SmoothStreaming": false,
"DefaultTTL": 86400,
"MaxTTL": 31536000
},
"CacheBehaviors": {
"Quantity": 0
},
"CustomErrorResponses": {
"Quantity": 0
},
"Comment": "",
"Logging": {
"Enabled": false,
"IncludeCookies": false,
"Bucket": "",
"Prefix": ""
},
"PriceClass": "PriceClass_All",
"Enabled": true,
"ViewerCertificate": {
"IAMCertificateId": "ASCAJWGZSOEWP3LSIFNLW",
"SSLSupportMethod": "sni-only",
"MinimumProtocolVersion": "TLSv1"
},
"Restrictions": {
"GeoRestriction": {
"RestrictionType": "none",
"Quantity": 0
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment