cfndsl 0.1.14 → 0.1.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/cfndsl/aws_types.yaml +8 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 37ef873664fc6ce39ea82f7d11b2b7385297d8ba
|
4
|
+
data.tar.gz: 2312853e7d76d34ee9c2974f8563126d4c4c74b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 02de33e04e6b411047cd3fa36230af69c07a97e632a95a9c7f0d32058e2785cb4f2f556bc62fb0a8ff9037a3d0c7e9c8a2980e2cebea25b942cb94fd23c8b4ac
|
7
|
+
data.tar.gz: 79c8ace9cf245ab462b8953c4ffc2ef464e8e3da2fe39f3a0e87eb9e16dc8ae2ed22b970e2fb025bbdbb2ed93010063ff671db70a24dfdd693bce8325b48dc7f
|
data/lib/cfndsl/aws_types.yaml
CHANGED
@@ -316,12 +316,15 @@ Resources:
|
|
316
316
|
SubnetIds: [String]
|
317
317
|
"AWS::ElasticBeanstalk::Application" :
|
318
318
|
Properties:
|
319
|
+
ApplicationName: String
|
319
320
|
ApplicationVersions: [ ApplicationVersion ]
|
320
321
|
ConfigurationTemplates: [ ConfigurationTemplate ]
|
321
322
|
"AWS::ElasticBeanstalk::Environment" :
|
322
323
|
Properties:
|
323
324
|
ApplicationName: String
|
324
325
|
CNAMEPrefix: String
|
326
|
+
Description: String
|
327
|
+
EnvironmentName: String
|
325
328
|
OptionSettings: OptionSetting
|
326
329
|
OptionsToRemove: OptionSetting
|
327
330
|
SolutionStackName: String
|
@@ -471,6 +474,7 @@ Resources:
|
|
471
474
|
AvailabilityZone: String
|
472
475
|
BackupRetentionPeriod: String
|
473
476
|
DBInstanceClass: String
|
477
|
+
DBInstanceIdentifier: String
|
474
478
|
DBName: String
|
475
479
|
DBParameterGroupName: String
|
476
480
|
DBSecurityGroups: [ String ]
|
@@ -483,6 +487,7 @@ Resources:
|
|
483
487
|
Port: String
|
484
488
|
PreferredBackupWindow: String
|
485
489
|
PreferredMaintenanceWindow: String
|
490
|
+
PubliclyAccessible: String
|
486
491
|
MultiAZ: Boolean
|
487
492
|
Tags: [ EC2Tag ]
|
488
493
|
VPCSecurityGroups: [ String ]
|
@@ -500,6 +505,7 @@ Resources:
|
|
500
505
|
Properties:
|
501
506
|
DBSubnetGroupDescription: String
|
502
507
|
SubnetIds: [ String ]
|
508
|
+
Tags: [ EC2Tag ]
|
503
509
|
"AWS::RDS::DBSecurityGroupIngress" :
|
504
510
|
Properties:
|
505
511
|
CIDRIR: String
|
@@ -579,6 +585,8 @@ Resources:
|
|
579
585
|
Properties:
|
580
586
|
BucketName: String
|
581
587
|
AccessControl: String
|
588
|
+
LifecycleConfiguration: JSON
|
589
|
+
VersioningConfiguration: JSON
|
582
590
|
WebsiteConfiguration: JSON
|
583
591
|
Tags: [ EC2Tag ]
|
584
592
|
Attributes:
|
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
|
+
version: 0.1.15
|
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: 2015-
|
12
|
+
date: 2015-05-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|