cfndsl 0.1.15 → 0.1.16

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 +29 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 37ef873664fc6ce39ea82f7d11b2b7385297d8ba
4
- data.tar.gz: 2312853e7d76d34ee9c2974f8563126d4c4c74b5
3
+ metadata.gz: 3639153a22d283db62bc8c36f03ae111675e6482
4
+ data.tar.gz: 8295dfbcbdc172a276a6b192ed99b5cc1d7769b3
5
5
  SHA512:
6
- metadata.gz: 02de33e04e6b411047cd3fa36230af69c07a97e632a95a9c7f0d32058e2785cb4f2f556bc62fb0a8ff9037a3d0c7e9c8a2980e2cebea25b942cb94fd23c8b4ac
7
- data.tar.gz: 79c8ace9cf245ab462b8953c4ffc2ef464e8e3da2fe39f3a0e87eb9e16dc8ae2ed22b970e2fb025bbdbb2ed93010063ff671db70a24dfdd693bce8325b48dc7f
6
+ metadata.gz: 89870880a076338d49b2b5d05770206cb7ef30b3f179098331f9424b883b4e61ae6c2e33bc240808b91c4a441429429d332ddb3533db460c67f4becbd20ea866
7
+ data.tar.gz: ce0e651c1738128b3513ac6da3badcf184795a21410952434685d71f83a3bebd64eabc579377c82d46467dd4ca80cd5cc442af21a31012bb058ecf82141e17f2
@@ -294,9 +294,29 @@ Resources:
294
294
  NotificationTopicArn: String
295
295
  NumCacheNodes: String
296
296
  Port: Integer
297
- PreferrredAvailabilityZone: String
297
+ PreferredAvailabilityZone: String
298
298
  PreferredMaintenanceWindow: String
299
299
  VpcSecurityGroupIds: [String]
300
+ "AWS::ElastiCache::ReplicationGroup" :
301
+ Properties:
302
+ AutomaticFailoverEnabled: Boolean
303
+ AutoMinorVersionUpgrade: Boolean
304
+ CacheNodeType: String
305
+ CacheParameterGroupName: String
306
+ CacheSecurityGroupNames: [ String ]
307
+ CacheSubnetGroupName: String
308
+ Engine: String
309
+ EngineVersion: String
310
+ NotificationTopicArn: String
311
+ NumCacheClusters: Integer
312
+ Port: Integer
313
+ PreferredCacheClusterAZs: [ String ]
314
+ PreferredMaintenanceWindow: String
315
+ ReplicationGroupDescription: String
316
+ SecurityGroupIds: [ String ]
317
+ SnapshotArns: [ String ]
318
+ SnapshotRetentionLimit: Integer
319
+ SnapshotWindow: String
300
320
  "AWS::ElastiCache::ParameterGroup" :
301
321
  Properties:
302
322
  CacheParameterGroupFamily: String
@@ -561,6 +581,8 @@ Resources:
561
581
  Properties:
562
582
  HostedZoneConfig: Route53HostedZoneConfig
563
583
  Name: String
584
+ VPCs: [ HostedZoneVPC ]
585
+ HostedZoneTags: [ HostedZoneTag ]
564
586
  "AWS::Route53::HealthCheck" :
565
587
  Properties:
566
588
  HealthCheckConfig: Route53HealthCheckConfig
@@ -707,6 +729,12 @@ Types:
707
729
  Target: String
708
730
  Timeout: String
709
731
  UnhealthyThreshold: String
732
+ HostedZoneVPC:
733
+ VPCId: String
734
+ VPCRegion: String
735
+ HostedZoneTag:
736
+ Key: String
737
+ Value: String
710
738
  LBCookieStickinessPolicy:
711
739
  CookieExpirationPeriod: String
712
740
  PolicyName: String
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.15
4
+ version: 0.1.16
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-05-10 00:00:00.000000000 Z
12
+ date: 2015-06-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler