cfndsl 0.1.15 → 0.1.16
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 +29 -1
- 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: 3639153a22d283db62bc8c36f03ae111675e6482
|
4
|
+
data.tar.gz: 8295dfbcbdc172a276a6b192ed99b5cc1d7769b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89870880a076338d49b2b5d05770206cb7ef30b3f179098331f9424b883b4e61ae6c2e33bc240808b91c4a441429429d332ddb3533db460c67f4becbd20ea866
|
7
|
+
data.tar.gz: ce0e651c1738128b3513ac6da3badcf184795a21410952434685d71f83a3bebd64eabc579377c82d46467dd4ca80cd5cc442af21a31012bb058ecf82141e17f2
|
data/lib/cfndsl/aws_types.yaml
CHANGED
@@ -294,9 +294,29 @@ Resources:
|
|
294
294
|
NotificationTopicArn: String
|
295
295
|
NumCacheNodes: String
|
296
296
|
Port: Integer
|
297
|
-
|
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.
|
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-
|
12
|
+
date: 2015-06-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|