Sha256: dbfa51e8728ece1846f6e726e442f20866d659f969a07ba22e79b7504115fe31

Contents?: true

Size: 717 Bytes

Versions: 11

Compression:

Stored size: 717 Bytes

Contents

require_relative '../resource_property'

module Convection
  module Model
    class Template
      class ResourceProperty
        # Represents an {https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-advancedoptions
        # Advanced Options Property Type}
        class ElasticsearchDomainAdvancedOptions < ResourceProperty
          property :indices_query_bool_max_clause_count, 'indices.query.bool.max_clause_count'
          property :indices_fielddata_cache_size, 'indices.fielddata.cache.size'
          property :rest_action_multi_allow_explicit_index, 'rest.action.multi.allow_explicit_index'
        end
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
convection-2.3.1 lib/convection/model/template/resource_property/aws_elasticsearch_domain_advanced_options.rb
convection-2.3.0 lib/convection/model/template/resource_property/aws_elasticsearch_domain_advanced_options.rb
convection-2.2.29 lib/convection/model/template/resource_property/aws_elasticsearch_domain_advanced_options.rb
convection-2.2.28.pre.beta.2 lib/convection/model/template/resource_property/aws_elasticsearch_domain_advanced_options.rb
convection-2.2.28.pre.beta.1 lib/convection/model/template/resource_property/aws_elasticsearch_domain_advanced_options.rb
convection-2.2.27 lib/convection/model/template/resource_property/aws_elasticsearch_domain_advanced_options.rb
convection-2.2.26 lib/convection/model/template/resource_property/aws_elasticsearch_domain_advanced_options.rb
convection-2.2.25 lib/convection/model/template/resource_property/aws_elasticsearch_domain_advanced_options.rb
convection-2.2.24 lib/convection/model/template/resource_property/aws_elasticsearch_domain_advanced_options.rb
convection-2.2.23 lib/convection/model/template/resource_property/aws_elasticsearch_domain_advanced_options.rb
convection-2.2.22 lib/convection/model/template/resource_property/aws_elasticsearch_domain_advanced_options.rb