cfndsl 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/cfndsl/aws_types.yaml +96 -21
  2. metadata +2 -2
@@ -8,17 +8,21 @@ Resources:
8
8
  DesiredCapacity: String
9
9
  HealthCheckGracePeriod: Integer
10
10
  HealthCheckType: String
11
+ InstanceId: String
11
12
  LaunchConfigurationName: String
12
13
  LoadBalancerNames: [ String ]
13
14
  MaxSize: Integer
14
15
  MinSize: Integer
16
+ MetricsCollection: [ MetricsCollectionType ]
15
17
  NotificationConfiguration: String
16
18
  Tags: [ AutoScalingTags ]
19
+ TerminationPolicies: [ String ]
17
20
  VPCZoneIdentifier: [ String ]
18
21
  "AWS::AutoScaling::LaunchConfiguration" :
19
22
  Properties:
20
23
  AssociatePublicIpAddress: Boolean
21
24
  BlockDeviceMappings: [ BlockDeviceMapping ]
25
+ EbsOptimized: Boolean
22
26
  IamInstanceProfile: String
23
27
  ImageId: String
24
28
  InstanceMonitoring: Boolean
@@ -27,6 +31,7 @@ Resources:
27
31
  KeyName: String
28
32
  RamDiskId: String
29
33
  SecurityGroups: [ String ]
34
+ SpotPrice: String
30
35
  UserData: String
31
36
  "AWS::AutoScaling::ScalingPolicy" :
32
37
  Properties:
@@ -43,25 +48,29 @@ Resources:
43
48
  MinSize: Integer
44
49
  Recurrence: String
45
50
  StartTime: String
46
- "AWS::AutoScaling::Trigger" :
47
- Properties:
48
- Dimensions: [ MetricDimension ]
49
- MetricName: String
50
- Namespace: String
51
- Period: String
52
- Statistic: String
53
- Unit: String
54
- UpperBreachScaleIncrement: String
55
- LowerBreachScaleIncrement: String
56
- AutoScalingGroupName: String
57
- BreachDuration: String
58
- UpperThreshold: String
59
- LowerThreshold: String
51
+ # "AWS::AutoScaling::Trigger" :
52
+ # Properties:
53
+ # Dimensions: [ MetricDimension ]
54
+ # MetricName: String
55
+ # Namespace: String
56
+ # Period: String
57
+ # Statistic: String
58
+ # Unit: String
59
+ # UpperBreachScaleIncrement: String
60
+ # LowerBreachScaleIncrement: String
61
+ # AutoScalingGroupName: String
62
+ # BreachDuration: String
63
+ # UpperThreshold: String
64
+ # LowerThreshold: String
65
+ "AWS::CloudFormation::CustomResource" :
66
+ Properties:
67
+ ServiceToken: String
60
68
  "AWS::CloudFormation::Stack" :
61
69
  Properties:
62
70
  TemplateURL: String
63
71
  TimeoutInMinutes: String
64
72
  Parameters: CloudFormationStackParameters
73
+ NotificationARNs: [ String ]
65
74
  "AWS::CloudFormation::WaitCondition" :
66
75
  Properties:
67
76
  Handle: String
@@ -70,17 +79,25 @@ Resources:
70
79
  Attributes:
71
80
  Data: String
72
81
  "AWS::CloudFormation::WaitConditionHandle" :
73
- Properties: {}
82
+ Properties: {}
74
83
  "AWS::CloudFront::Distribution" :
75
84
  Properties:
76
85
  DistributionConfig: String
77
86
  Attributes:
78
87
  DomainName: String
88
+ "AWS::CloudTrail::Trail" :
89
+ Properties :
90
+ IncludeGlobalServiceEvents : Boolean
91
+ IsLogging : Boolean
92
+ S3BucketName : String
93
+ S3KeyPrefix : String
94
+ SnsTopicName : String
79
95
  "AWS::CloudWatch::Alarm" :
80
96
  Properties:
81
97
  ActionsEnabled: String
82
98
  AlarmActions: [ String ]
83
99
  AlarmDescription: String
100
+ AlarmName: String
84
101
  ComparisonOperator: String
85
102
  Dimensions: [ MetricDimension ]
86
103
  EvaluationPeriods: String
@@ -92,6 +109,20 @@ Resources:
92
109
  Statistic: String
93
110
  Threshold: String
94
111
  Unit: String
112
+ "AWS::DynamoDB::Table" :
113
+ Properties :
114
+ AttributeDefinitions : [ AttributeDefinitionsType ]
115
+ GlobalSecondaryIndexes : [ GlobalSecondaryIndexesType ]
116
+ KeySchema : [ KeySchemaType ]
117
+ LocalSecondaryIndexes : [ LocalSecondaryIndexesType ]
118
+ ProvisionedThroughput : ProvisionedThroughputType
119
+ TableName : String
120
+ "AWS::EC2::CustomerGateway" :
121
+ Properties :
122
+ BgpAsn : Number
123
+ IpAddress : String
124
+ Tags : [ EC2Tag ]
125
+ Type : String
95
126
  "AWS::EC2::EIP" :
96
127
  Properties:
97
128
  InstanceId: String
@@ -103,8 +134,14 @@ Resources:
103
134
  InstanceId: String
104
135
  EIP: String
105
136
  AllocationId: String
137
+ NetworkInterfaceId: String
138
+ PrivateIpAddress: String
106
139
  "AWS::EC2::Instance" :
107
140
  Properties:
141
+ BlockDeviceMappings : [ BlockDeviceMapping ]
142
+ EbsOptimized : Boolean
143
+ InstanceInitiatedShutdownBehavior : String
144
+ NetworkInterfaces : [ NetworkInterfaceType ]
108
145
  AvailabilityZone: String
109
146
  DisableApiTermination: String
110
147
  IamInstanceProfile: String
@@ -113,7 +150,6 @@ Resources:
113
150
  KernelId: String
114
151
  KeyName: String
115
152
  Monitoring: String
116
- NetworkInterfaces: JSON
117
153
  PlacementGroupName: String
118
154
  PrivateIpAddress: String
119
155
  RamDiskId: String
@@ -165,7 +201,7 @@ Resources:
165
201
  VpcId: String
166
202
  Tags: [ EC2Tag ]
167
203
  "AWS::EC2::SecurityGroup" :
168
- Properties:
204
+ Properties:
169
205
  GroupDescription: String
170
206
  SecurityGroupIngress: [ EC2SecurityGroupRule ]
171
207
  SecurityGroupEgress: [ EC2SecurityGroupRule ]
@@ -321,7 +357,7 @@ Resources:
321
357
  Path: String
322
358
  Roles: [ String ]
323
359
  Attributes:
324
- Arn : String
360
+ Arn : String
325
361
  "AWS::IAM::Policy" :
326
362
  Properties:
327
363
  PolicyName: String
@@ -335,7 +371,7 @@ Resources:
335
371
  Path: String
336
372
  Policies: [ IAMEmbeddedPolicy ]
337
373
  Attributes:
338
- Arn : String
374
+ Arn : String
339
375
  "AWS::IAM::UserToGroupAddition" :
340
376
  Properties:
341
377
  GroupName: String
@@ -416,7 +452,7 @@ Resources:
416
452
  DomainName: String
417
453
  WebsiteUrl: String
418
454
  "AWS::S3::BucketPolicy" :
419
- Properties:
455
+ Properties:
420
456
  PolicyDocument: JSON
421
457
  Bucket: String
422
458
  "AWS::SDB::Domain" :
@@ -446,9 +482,10 @@ Types:
446
482
  JSON: JSON
447
483
  Integer: Integer
448
484
  Number: Number
449
- BlockDeviceMapping:
485
+ BlockDeviceMapping:
450
486
  DeviceName: String
451
487
  VirtualName: String
488
+ NoDevice: JSON
452
489
  Ebs: BlockDeviceTemplate
453
490
  BlockDeviceTemplate:
454
491
  SnapshotId: String
@@ -564,3 +601,41 @@ Types:
564
601
  EC2Icmp:
565
602
  Code: Integer
566
603
  Type: Integer
604
+ MetricsCollectionType:
605
+ Granularity: String
606
+ Metrics: [ String ]
607
+ AttributeDefinitionsType:
608
+ AttributeName: String
609
+ AttributeType: String
610
+ GlobalSecondaryIndexesType:
611
+ IndexName: String
612
+ KeySchema: [ KeySchemaType ]
613
+ Projection: [ ProjectionType ]
614
+ ProvisionedThroughput: ProvisionedThroughputType
615
+ KeySchemaType:
616
+ AttributeName: String
617
+ KeyType: String
618
+ LocalSecondaryIndexesType:
619
+ IndexName: String
620
+ KeySchema: [ KeySchemaType ]
621
+ Projection: [ ProjectionType ]
622
+ ProvisionedThroughputType:
623
+ ReadCapacityUnits: Number
624
+ WriteCapacityUnits: Number
625
+ ProjectionType:
626
+ NonKeyAttributes: [ String ]
627
+ ProjectionType: String
628
+ NetworkInterfaceType:
629
+ AssociatePublicIpAddress: Boolean
630
+ DeleteOnTermination: Boolean
631
+ Description: String
632
+ DeviceIndex: String
633
+ GroupSet: [ String ]
634
+ NetworkInterfaceId: String
635
+ PrivateIpAddress: String
636
+ PrivateIpAddresses: [ PrivateIpAddressSpecification ]
637
+ SecondaryPrivateIpAddressCount: Integer
638
+ SubnetId: String
639
+ PrivateIpAddressSpecification:
640
+ PrivateIpAddress: String
641
+ Primary: Boolean
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cfndsl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-08-13 00:00:00.000000000 Z
13
+ date: 2014-09-03 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rake