Class: Convection::Model::Template::ResourceProperty::ElasticsearchDomainElasticsearchClusterConfig

Inherits:
Convection::Model::Template::ResourceProperty show all
Defined in:
lib/convection/model/template/resource_property/aws_elasticsearch_domain_elasticsearch_cluster_config.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

#dedicated_master_countObject #dedicated_master_count(value) ⇒ Object

Overloads:

  • #dedicated_master_countObject

    Returns the value of the ‘DedicatedMasterCount’ CloudFormation property.

  • #dedicated_master_count(value) ⇒ Object

    Sets the ‘DedicatedMasterCount’ CloudFormation property.

    Parameters:

    • value

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



14
# File 'lib/convection/model/template/resource_property/aws_elasticsearch_domain_elasticsearch_cluster_config.rb', line 14

property :dedicated_master_count, 'DedicatedMasterCount'

#dedicated_master_enabledObject #dedicated_master_enabled(value) ⇒ Object

Overloads:

  • #dedicated_master_enabledObject

    Returns the value of the ‘DedicatedMasterEnabled’ CloudFormation property.

  • #dedicated_master_enabled(value) ⇒ Object

    Sets the ‘DedicatedMasterEnabled’ CloudFormation property.

    Parameters:

    • value

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



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

property :dedicated_master_enabled, 'DedicatedMasterEnabled'

#dedicated_master_typeObject #dedicated_master_type(value) ⇒ Object

Overloads:

  • #dedicated_master_typeObject

    Returns the value of the ‘DedicatedMasterType’ CloudFormation property.

  • #dedicated_master_type(value) ⇒ Object

    Sets the ‘DedicatedMasterType’ CloudFormation property.

    Parameters:

    • value

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



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

property :dedicated_master_type, 'DedicatedMasterType'

#instance_countObject #instance_count(value) ⇒ Object

Overloads:

  • #instance_countObject

    Returns the value of the ‘InstanceCount’ CloudFormation property.

  • #instance_count(value) ⇒ Object

    Sets the ‘InstanceCount’ CloudFormation property.

    Parameters:

    • value

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



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

property :instance_count, 'InstanceCount'

#instance_typeObject #instance_type(value) ⇒ Object

Overloads:

  • #instance_typeObject

    Returns the value of the ‘InstanceType’ CloudFormation property.

  • #instance_type(value) ⇒ Object

    Sets the ‘InstanceType’ CloudFormation property.

    Parameters:

    • value

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



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

property :instance_type, 'InstanceType'

#zone_awareness_enabledObject #zone_awareness_enabled(value) ⇒ Object

Overloads:

  • #zone_awareness_enabledObject

    Returns the value of the ‘ZoneAwarenessEnabled’ CloudFormation property.

  • #zone_awareness_enabled(value) ⇒ Object

    Sets the ‘ZoneAwarenessEnabled’ CloudFormation property.

    Parameters:

    • value

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



15
# File 'lib/convection/model/template/resource_property/aws_elasticsearch_domain_elasticsearch_cluster_config.rb', line 15

property :zone_awareness_enabled, 'ZoneAwarenessEnabled'