Class: Convection::Model::Template::Resource::ElastiCacheCluster
Overview
AWS::ElastiCache::CacheCluster
Instance Attribute Summary
#exist, #name, #parent, #properties, #resource_attributes, #template
Instance Method Summary
collapse
#immutable_metadata, #render_tags, #tag, #tags
#as_attribute, attach_method, #deletion_policy, #depends_on, #initialize, properties, #property, property, #reference, type, #type, #with_output
#condition, #render_condition
attach_resource
#camel_case, included, method_name, #screaming_snake_case, #snake_case
#base64, #find_in_map, #fn_and, #fn_equals, #fn_if, #fn_not, #fn_or, #fn_ref, #get_att, #get_azs, #join, #select
Instance Method Details
#auto_minor_version_upgrade ⇒ Object
#auto_minor_version_upgrade(value) ⇒ Object
14
|
# File 'lib/convection/model/template/resource/aws_elasticache_cluster.rb', line 14
property :auto_minor_version_upgrade, 'AutoMinorVersionUpgrade'
|
#cache_node_type ⇒ Object
#cache_node_type(value) ⇒ Object
15
|
# File 'lib/convection/model/template/resource/aws_elasticache_cluster.rb', line 15
property :cache_node_type, 'CacheNodeType'
|
#cache_parameter_group_name ⇒ Object
#cache_parameter_group_name(value) ⇒ Object
17
|
# File 'lib/convection/model/template/resource/aws_elasticache_cluster.rb', line 17
property :cache_parameter_group_name, 'CacheParameterGroupName'
|
#cache_security_group_names ⇒ Object
#cache_security_group_names(value) ⇒ Object
16
|
# File 'lib/convection/model/template/resource/aws_elasticache_cluster.rb', line 16
property :cache_security_group_names, 'CacheSecurityGroupNames'
|
#cache_subnet_group_name ⇒ Object
#cache_subnet_group_name(value) ⇒ Object
18
|
# File 'lib/convection/model/template/resource/aws_elasticache_cluster.rb', line 18
property :cache_subnet_group_name, 'CacheSubnetGroupName'
|
#cluster_name ⇒ Object
#cluster_name(value) ⇒ Object
19
|
# File 'lib/convection/model/template/resource/aws_elasticache_cluster.rb', line 19
property :cluster_name, 'ClusterName'
|
#engine ⇒ Object
#engine(value) ⇒ Object
20
|
# File 'lib/convection/model/template/resource/aws_elasticache_cluster.rb', line 20
property :engine, 'Engine'
|
#engine_version ⇒ Object
#engine_version(value) ⇒ Object
21
|
# File 'lib/convection/model/template/resource/aws_elasticache_cluster.rb', line 21
property :engine_version, 'EngineVersion'
|
#num_cache_nodes ⇒ Object
#num_cache_nodes(value) ⇒ Object
22
|
# File 'lib/convection/model/template/resource/aws_elasticache_cluster.rb', line 22
property :num_cache_nodes, 'NumCacheNodes'
|
#render(*args) ⇒ Object
25
26
27
28
29
|
# File 'lib/convection/model/template/resource/aws_elasticache_cluster.rb', line 25
def render(*args)
super.tap do |resource|
render_tags(resource)
end
end
|
#vpc_security_group_ids ⇒ Object
#vpc_security_group_ids(value) ⇒ Object
23
|
# File 'lib/convection/model/template/resource/aws_elasticache_cluster.rb', line 23
property :vpc_security_group_ids, 'VpcSecurityGroupIds'
|