cfndsl 0.1.14 → 0.1.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/cfndsl/aws_types.yaml +8 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4833d5bbc3e71a7fe6fe92b42a90b727080c27d1
4
- data.tar.gz: 36e6dadb18bc0e27f3e14430aa848cd131b247ae
3
+ metadata.gz: 37ef873664fc6ce39ea82f7d11b2b7385297d8ba
4
+ data.tar.gz: 2312853e7d76d34ee9c2974f8563126d4c4c74b5
5
5
  SHA512:
6
- metadata.gz: 364759792c70fce96cb0fbc25c7729175aa1483b2f15034190ba7edb35b636c38289fc9d8dfa72579924fd7f28fb55d5eaa4b7f333db69cdb9ffc8ca669998eb
7
- data.tar.gz: 1c80bbbaa5e638b1afb3e47e5ea52ae3478441fba2abecf420fd01d2c593710d0c66d564401d6b732db4c5b46f0b5b85209f060b45bf8a4ce4a7ecc5e0a839c8
6
+ metadata.gz: 02de33e04e6b411047cd3fa36230af69c07a97e632a95a9c7f0d32058e2785cb4f2f556bc62fb0a8ff9037a3d0c7e9c8a2980e2cebea25b942cb94fd23c8b4ac
7
+ data.tar.gz: 79c8ace9cf245ab462b8953c4ffc2ef464e8e3da2fe39f3a0e87eb9e16dc8ae2ed22b970e2fb025bbdbb2ed93010063ff671db70a24dfdd693bce8325b48dc7f
@@ -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.14
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-04-24 00:00:00.000000000 Z
12
+ date: 2015-05-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler