Class: Convection::Model::Template::ResourceProperty::ElasticsearchDomainAdvancedOptions

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

#indices_fielddata_cache_sizeObject #indices_fielddata_cache_size(value) ⇒ Object

Overloads:

  • #indices_fielddata_cache_sizeObject

    Returns the value of the ‘indices.fielddata.cache.size’ CloudFormation property.

  • #indices_fielddata_cache_size(value) ⇒ Object

    Sets the ‘indices.fielddata.cache.size’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘indices.fielddata.cache.size’ CloudFormation property to.



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

property :indices_fielddata_cache_size, 'indices.fielddata.cache.size'

#indices_query_bool_max_clause_countObject #indices_query_bool_max_clause_count(value) ⇒ Object

Overloads:

  • #indices_query_bool_max_clause_countObject

    Returns the value of the ‘indices.query.bool.max_clause_count’ CloudFormation property.

  • #indices_query_bool_max_clause_count(value) ⇒ Object

    Sets the ‘indices.query.bool.max_clause_count’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘indices.query.bool.max_clause_count’ CloudFormation property to.



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

property :indices_query_bool_max_clause_count, 'indices.query.bool.max_clause_count'

#rest_action_multi_allow_explicit_indexObject #rest_action_multi_allow_explicit_index(value) ⇒ Object

Overloads:

  • #rest_action_multi_allow_explicit_indexObject

    Returns the value of the ‘rest.action.multi.allow_explicit_index’ CloudFormation property.

  • #rest_action_multi_allow_explicit_index(value) ⇒ Object

    Sets the ‘rest.action.multi.allow_explicit_index’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘rest.action.multi.allow_explicit_index’ CloudFormation property to.



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

property :rest_action_multi_allow_explicit_index, 'rest.action.multi.allow_explicit_index'