Class: Convection::Model::Template::ResourceProperty::ElasticacheReplicationGroupNodeGroupConfiguration

Inherits:
Convection::Model::Template::ResourceProperty show all
Defined in:
lib/convection/model/template/resource_property/aws_elasticache_replication_group_node_group_configuration.rb

Overview

Instance Attribute Summary

Attributes inherited from Convection::Model::Template::ResourceProperty

#exist, #properties, #template

Instance Method Summary collapse

Methods inherited from Convection::Model::Template::ResourceProperty

attach_method, #initialize, properties, property, #property, #render

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_import_value, #fn_not, #fn_or, #fn_ref, #fn_sub, #get_att, #get_azs, included, #join, mixers, #select

Constructor Details

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

Instance Method Details

#primary_availability_zoneObject #primary_availability_zone(value) ⇒ Object

Overloads:

  • #primary_availability_zoneObject

    Returns the value of the ‘PrimaryAvailabilityZone’ CloudFormation property.

  • #primary_availability_zone(value) ⇒ Object

    Sets the ‘PrimaryAvailabilityZone’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘PrimaryAvailabilityZone’ CloudFormation property to.



10
# File 'lib/convection/model/template/resource_property/aws_elasticache_replication_group_node_group_configuration.rb', line 10

property :primary_availability_zone, 'PrimaryAvailabilityZone'

#replica_availability_zonesObject #replica_availability_zones(value) ⇒ Object

Overloads:

  • #replica_availability_zonesObject

    Returns the value of the ‘ReplicaAvailabilityZones’ CloudFormation property.

  • #replica_availability_zones(value) ⇒ Object

    Sets the ‘ReplicaAvailabilityZones’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘ReplicaAvailabilityZones’ CloudFormation property to.



11
# File 'lib/convection/model/template/resource_property/aws_elasticache_replication_group_node_group_configuration.rb', line 11

property :replica_availability_zones, 'ReplicaAvailabilityZones', :type => :list

#replica_countObject #replica_count(value) ⇒ Object

Overloads:

  • #replica_countObject

    Returns the value of the ‘ReplicaCount’ CloudFormation property.

  • #replica_count(value) ⇒ Object

    Sets the ‘ReplicaCount’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘ReplicaCount’ CloudFormation property to.



12
# File 'lib/convection/model/template/resource_property/aws_elasticache_replication_group_node_group_configuration.rb', line 12

property :replica_count, 'ReplicaCount'

#slotsObject #slots(value) ⇒ Object

Overloads:

  • #slotsObject

    Returns the value of the ‘Slots’ CloudFormation property.

  • #slots(value) ⇒ Object

    Sets the ‘Slots’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘Slots’ CloudFormation property to.



13
# File 'lib/convection/model/template/resource_property/aws_elasticache_replication_group_node_group_configuration.rb', line 13

property :slots, 'Slots'