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