Class: Convection::Model::Template::Resource::ElastiCacheCluster

Inherits:
Convection::Model::Template::Resource show all
Includes:
Mixin::Taggable
Defined in:
lib/convection/model/template/resource/aws_elasticache_cluster.rb

Overview

AWS::ElastiCache::CacheCluster

Instance Attribute Summary

Attributes inherited from Convection::Model::Template::Resource

#exist, #name, #parent, #properties, #resource_attributes, #template

Instance Method Summary collapse

Methods included from Mixin::Taggable

#immutable_metadata, #render_tags, #tag, #tags

Methods inherited from Convection::Model::Template::Resource

#as_attribute, attach_method, #deletion_policy, #depends_on, #initialize, properties, #property, property, #reference, type, #type, #with_output

Methods included from Mixin::Conditional

#condition, #render_condition

Methods included from DSL::Template::Resource

attach_resource

Methods included from DSL::Helpers

#camel_case, included, method_name, #screaming_snake_case, #snake_case

Methods included from DSL::IntrinsicFunctions

#base64, #find_in_map, #fn_and, #fn_equals, #fn_if, #fn_not, #fn_or, #fn_ref, #get_att, #get_azs, #join, #select

Constructor Details

This class inherits a constructor from Convection::Model::Template::Resource

Instance Method Details

#auto_minor_version_upgradeObject #auto_minor_version_upgrade(value) ⇒ Object

Overloads:

  • #auto_minor_version_upgradeObject

    Returns the value of the 'AutoMinorVersionUpgrade' CloudFormation property.

  • #auto_minor_version_upgrade(value) ⇒ Object

    Sets the 'AutoMinorVersionUpgrade' CloudFormation property.

    Parameters:

    • value

      the value to set the 'AutoMinorVersionUpgrade' CloudFormation property to.



14
# File 'lib/convection/model/template/resource/aws_elasticache_cluster.rb', line 14

property :auto_minor_version_upgrade, 'AutoMinorVersionUpgrade'

#cache_node_typeObject #cache_node_type(value) ⇒ Object

Overloads:

  • #cache_node_typeObject

    Returns the value of the 'CacheNodeType' CloudFormation property.

  • #cache_node_type(value) ⇒ Object

    Sets the 'CacheNodeType' CloudFormation property.

    Parameters:

    • value

      the value to set the 'CacheNodeType' CloudFormation property to.



15
# File 'lib/convection/model/template/resource/aws_elasticache_cluster.rb', line 15

property :cache_node_type, 'CacheNodeType'

#cache_parameter_group_nameObject #cache_parameter_group_name(value) ⇒ Object

Overloads:

  • #cache_parameter_group_nameObject

    Returns the value of the 'CacheParameterGroupName' CloudFormation property.

  • #cache_parameter_group_name(value) ⇒ Object

    Sets the 'CacheParameterGroupName' CloudFormation property.

    Parameters:

    • value

      the value to set the 'CacheParameterGroupName' CloudFormation property to.



17
# File 'lib/convection/model/template/resource/aws_elasticache_cluster.rb', line 17

property :cache_parameter_group_name, 'CacheParameterGroupName'

#cache_security_group_namesObject #cache_security_group_names(value) ⇒ Object

Overloads:

  • #cache_security_group_namesObject

    Returns the value of the 'CacheSecurityGroupNames' CloudFormation property.

  • #cache_security_group_names(value) ⇒ Object

    Sets the 'CacheSecurityGroupNames' CloudFormation property.

    Parameters:

    • value

      the value to set the 'CacheSecurityGroupNames' CloudFormation property to.



16
# File 'lib/convection/model/template/resource/aws_elasticache_cluster.rb', line 16

property :cache_security_group_names, 'CacheSecurityGroupNames'

#cache_subnet_group_nameObject #cache_subnet_group_name(value) ⇒ Object

Overloads:

  • #cache_subnet_group_nameObject

    Returns the value of the 'CacheSubnetGroupName' CloudFormation property.

  • #cache_subnet_group_name(value) ⇒ Object

    Sets the 'CacheSubnetGroupName' CloudFormation property.

    Parameters:

    • value

      the value to set the 'CacheSubnetGroupName' CloudFormation property to.



18
# File 'lib/convection/model/template/resource/aws_elasticache_cluster.rb', line 18

property :cache_subnet_group_name, 'CacheSubnetGroupName'

#cluster_nameObject #cluster_name(value) ⇒ Object

Overloads:

  • #cluster_nameObject

    Returns the value of the 'ClusterName' CloudFormation property.

  • #cluster_name(value) ⇒ Object

    Sets the 'ClusterName' CloudFormation property.

    Parameters:

    • value

      the value to set the 'ClusterName' CloudFormation property to.



19
# File 'lib/convection/model/template/resource/aws_elasticache_cluster.rb', line 19

property :cluster_name, 'ClusterName'

#engineObject #engine(value) ⇒ Object

Overloads:

  • #engineObject

    Returns the value of the 'Engine' CloudFormation property.

  • #engine(value) ⇒ Object

    Sets the 'Engine' CloudFormation property.

    Parameters:

    • value

      the value to set the 'Engine' CloudFormation property to.



20
# File 'lib/convection/model/template/resource/aws_elasticache_cluster.rb', line 20

property :engine, 'Engine'

#engine_versionObject #engine_version(value) ⇒ Object

Overloads:

  • #engine_versionObject

    Returns the value of the 'EngineVersion' CloudFormation property.

  • #engine_version(value) ⇒ Object

    Sets the 'EngineVersion' CloudFormation property.

    Parameters:

    • value

      the value to set the 'EngineVersion' CloudFormation property to.



21
# File 'lib/convection/model/template/resource/aws_elasticache_cluster.rb', line 21

property :engine_version, 'EngineVersion'

#num_cache_nodesObject #num_cache_nodes(value) ⇒ Object

Overloads:

  • #num_cache_nodesObject

    Returns the value of the 'NumCacheNodes' CloudFormation property.

  • #num_cache_nodes(value) ⇒ Object

    Sets the 'NumCacheNodes' CloudFormation property.

    Parameters:

    • value

      the value to set the 'NumCacheNodes' CloudFormation property to.



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_idsObject #vpc_security_group_ids(value) ⇒ Object

Overloads:

  • #vpc_security_group_idsObject

    Returns the value of the 'VpcSecurityGroupIds' CloudFormation property.

  • #vpc_security_group_ids(value) ⇒ Object

    Sets the 'VpcSecurityGroupIds' CloudFormation property.

    Parameters:

    • value

      the value to set the 'VpcSecurityGroupIds' CloudFormation property to.



23
# File 'lib/convection/model/template/resource/aws_elasticache_cluster.rb', line 23

property :vpc_security_group_ids, 'VpcSecurityGroupIds'