convection 0.2.9 → 0.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7ea7304cc3667575f15d9af18104110d9d749a38
4
- data.tar.gz: 9330e23087406535c02596271153d5f860b1aed4
3
+ metadata.gz: cbf90dd17817a71226e2f00f295de60dc20d0832
4
+ data.tar.gz: 81f62c92f1f190ab30fec53417ab7648c2a254ec
5
5
  SHA512:
6
- metadata.gz: f62380a06e7467618b5e25e4d6f158ee1bc465cc69d584d05bb845558a229c22637cf480a3e72610863b582fb388ebb04430dbc11327e139023bec13566b33d8
7
- data.tar.gz: ff9ffa5c1a66547f6d8aae4f9afc62f02a95f984a65368a18b86c652d0bf623a9328d3291cf67972b5f3111939325d6c17464070809f3ae18caf4bcf25a2796a
6
+ metadata.gz: b38f4977d8922420f02544502565afbdac17bad3aef29e7d067452375f5889516af870a3a65e9af5016d53b45f06538d1d771025006d77a73674e0d93c095b7c
7
+ data.tar.gz: 0a2b978adc911e6a5267df31d9479496e6583188c55b9207c6afa671627f0d5b2642e0fc2d9bda095522f2e067533af431234fa92550d72c275b990ced40279e
@@ -13,10 +13,12 @@ module Convection
13
13
  property :cache_node_type, 'CacheNodeType'
14
14
  property :cache_security_group_names, 'CacheSecurityGroupNames'
15
15
  property :cache_parameter_group_name, 'CacheParameterGroupName'
16
+ property :cache_subnet_group_name, 'CacheSubnetGroupName'
16
17
  property :cluster_name, 'ClusterName'
17
18
  property :engine, 'Engine'
18
19
  property :engine_version, 'EngineVersion'
19
20
  property :num_cache_nodes, 'NumCacheNodes'
21
+ property :vpc_security_group_ids, 'VpcSecurityGroupIds'
20
22
  end
21
23
  end
22
24
  end
@@ -0,0 +1,18 @@
1
+ require_relative '../resource'
2
+
3
+ module Convection
4
+ module Model
5
+ class Template
6
+ class Resource
7
+ ##
8
+ # AWS::ElastiCache::SubnetGroup
9
+ ##
10
+ class ElastiCacheSubnetGroup < Resource
11
+ type 'AWS::ElastiCache::SubnetGroup', :elasticache_subnet_group
12
+ property :description, 'Description'
13
+ property :subnet_ids, 'SubnetIds'
14
+ end
15
+ end
16
+ end
17
+ end
18
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: convection
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Manero
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-22 00:00:00.000000000 Z
11
+ date: 2015-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk
@@ -396,6 +396,7 @@ files:
396
396
  - lib/convection/model/template/resource/aws_elasticache_parameter_group.rb
397
397
  - lib/convection/model/template/resource/aws_elasticache_security_group.rb
398
398
  - lib/convection/model/template/resource/aws_elasticache_security_group_ingress.rb
399
+ - lib/convection/model/template/resource/aws_elasticache_subnet_group.rb
399
400
  - lib/convection/model/template/resource/aws_elb.rb
400
401
  - lib/convection/model/template/resource/aws_iam_access_key.rb
401
402
  - lib/convection/model/template/resource/aws_iam_group.rb