cfndsl 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZDMwYThkZWIyNmFhOThiNTAwOTEwMTk4YzcwOWIzYTZkNWJkMjE5MQ==
4
+ MTBmOTRjZDdkZWI2YWUwZWRjY2E4M2M1ZDMwY2ZlN2M2NzgwYjViMg==
5
5
  data.tar.gz: !binary |-
6
- ZjY0OWM1YzhlMjAzY2NhODljYzAyNDljMzVlNjVjN2NlMTgyNGNkZA==
6
+ ODFmMDUxODE0NGNhNmQ3NmRhNzE5MWNjZDJmZTc1NWZkYmU5NWExNQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZjRmOGM4MGMxNGYyM2NjMDI2MzAzMGIzNjhlNDA4MGRhNDZlYTJkZTg1OWJk
10
- MzY2MzcxNzM3NzFhMzA4Y2U0Y2JkNzk1NGFkMzUyNjQ4MzQzZWEwMGYxZDZk
11
- MzY0N2EwMjY0NmMyZDkzZGYxNjY5YmUxZGVhYzgzOWMzMmI0MWQ=
9
+ YTdmNzcxNmM2M2E3NzZlMTg4ZDllNmZmMzY2MDU2YjZkMTM2OWEwNjE1ZDBk
10
+ YzVkZmRkMzhmNjhiNzQzNmU0N2I1MTdiNTUyOWUwYzQ3NmM2YzM2YmU1NmM3
11
+ MWZkNzgyMTlhZjA2Y2YxNDMwZDZjZTkxYmEyZDhkNWZhMTVkZDg=
12
12
  data.tar.gz: !binary |-
13
- ZjI1NGEyMGI2NTc3Y2Q4ZjNjNTE2MGZkNzU3OTZhZmU5NTlhOWIxMTYzZDM4
14
- MjVmZDdhNjFjN2U2ZWQ2MGM3ODA5NDFmYTdkOTI4NzI0YzlkNDNlNmI5YzI1
15
- NzlhNDQ2ZjMyZTc4MDdmOGZjMzEyYTM1MzFkMmVkYWZlMGJmNDA=
13
+ NTdkMGFmYWVmYzUxMWZhMzUwNTFiYzUxY2EyNjA4YjRjZjE3ZWJiOTI2MTlk
14
+ ZjljMDc4MGY2NWY2OWZiOGNkNjc5YTgwMzkyNjFiMmM4NWU3MmZmZTA0YjMx
15
+ ZmE2YzcyZTZiODk4OGMwOGZhNjE2MWFjNzcxNjNkZTVjMzY5NDA=
@@ -202,6 +202,10 @@ Resources:
202
202
  "AWS::EC2::InternetGateway" :
203
203
  Properties:
204
204
  Tags: [ EC2Tag ]
205
+ "AWS::EC2::NatGateway" :
206
+ Properties:
207
+ AllocationId: String
208
+ SubnetId: String
205
209
  "AWS::EC2::NetworkAclEntry" :
206
210
  Properties:
207
211
  Tags: [ EC2Tag ]
@@ -353,6 +357,10 @@ Resources:
353
357
  Properties:
354
358
  RouteTableIds : [ String ]
355
359
  VpnGatewayId : String
360
+ "AWS::ECR::Repository" :
361
+ Properties:
362
+ RepositoryName : String
363
+ RepositoryPolicyText : JSON
356
364
  "AWS::ElastiCache::CacheCluster" :
357
365
  Properties:
358
366
  AutoMinorVersionUpgrade : Boolean
@@ -450,6 +458,15 @@ Resources:
450
458
  DNSName: String
451
459
  SourceSecurityGroup.GroupName: String
452
460
  SourceSecurityGroup.OwnerAlias: String
461
+ "AWS::Elasticsearch::Domain" :
462
+ Properties:
463
+ AccessPolicies: JSON
464
+ AdvancedOptions: JSON
465
+ DomainName: String
466
+ EBSOptions: EBSOptions
467
+ ElasticsearchClusterConfig: ElasticsearchClusterConfig
468
+ SnapshotOptions: SnapshotOptions
469
+ Tags: [ EC2Tag ]
453
470
  "AWS::IAM::AccessKey" :
454
471
  Properties:
455
472
  Serial: Integer
@@ -1149,3 +1166,17 @@ Types:
1149
1166
  S3Key: String
1150
1167
  S3ObjectVersion: String
1151
1168
  ZipFile: String
1169
+ EBSOptions:
1170
+ EBSEnabled: Boolean
1171
+ Iops: Integer
1172
+ VolumeSize: Integer
1173
+ VolumeType: String
1174
+ ElasticsearchClusterConfig:
1175
+ DedicatedMasterCount: Integer
1176
+ DedicatedMasterEnabled: Boolean
1177
+ DedicatedMasterType: String
1178
+ InstanceCount: Integer
1179
+ InstanceType: String
1180
+ ZoneAwarenessEnabled: Boolean
1181
+ SnapshotOptions:
1182
+ AutomatedSnapshotStartHour: Integer
@@ -1,3 +1,3 @@
1
1
  module CfnDsl
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
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.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Jack
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-02-18 00:00:00.000000000 Z
12
+ date: 2016-03-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler