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 +8 -8
- data/lib/cfndsl/aws_types.yaml +31 -0
- data/lib/cfndsl/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MTBmOTRjZDdkZWI2YWUwZWRjY2E4M2M1ZDMwY2ZlN2M2NzgwYjViMg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ODFmMDUxODE0NGNhNmQ3NmRhNzE5MWNjZDJmZTc1NWZkYmU5NWExNQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YTdmNzcxNmM2M2E3NzZlMTg4ZDllNmZmMzY2MDU2YjZkMTM2OWEwNjE1ZDBk
|
10
|
+
YzVkZmRkMzhmNjhiNzQzNmU0N2I1MTdiNTUyOWUwYzQ3NmM2YzM2YmU1NmM3
|
11
|
+
MWZkNzgyMTlhZjA2Y2YxNDMwZDZjZTkxYmEyZDhkNWZhMTVkZDg=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NTdkMGFmYWVmYzUxMWZhMzUwNTFiYzUxY2EyNjA4YjRjZjE3ZWJiOTI2MTlk
|
14
|
+
ZjljMDc4MGY2NWY2OWZiOGNkNjc5YTgwMzkyNjFiMmM4NWU3MmZmZTA0YjMx
|
15
|
+
ZmE2YzcyZTZiODk4OGMwOGZhNjE2MWFjNzcxNjNkZTVjMzY5NDA=
|
data/lib/cfndsl/aws_types.yaml
CHANGED
@@ -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
|
data/lib/cfndsl/version.rb
CHANGED
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.
|
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-
|
12
|
+
date: 2016-03-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|