Skip to content

Commit

Permalink
Cloud Front Distribution Cloud Formation Syntax
Browse files Browse the repository at this point in the history
CloudFormation CloudFront resource:
* AWS::CloudFront::Distribution - http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution.html
  • Loading branch information
Neil Ramsay committed May 27, 2015
1 parent c356121 commit 32ad2d6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions cloudfront-distribution.sublime-snippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<snippet>
<content><![CDATA[
"${1:cloudfrontDistribution}": {
"Type": "AWS::CloudFront::Distribution",
"Properties": {
"DistributionConfig": ${2}
}
}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>cloudfront-distribution</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.cloudformation</scope>
</snippet>

0 comments on commit 32ad2d6

Please sign in to comment.