Sha256: 0377326669e57641b563e7ca2eafff3beae2152f98719a2c544ed34a03f154d1

Contents?: true

Size: 822 Bytes

Versions: 11

Compression:

Stored size: 822 Bytes

Contents

require_relative '../resource_property'

module Convection
  module Model
    class Template
      class ResourceProperty
        # Represents an {http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html
        # Elasticsearch Cluster Config Property Type}
        class ElasticsearchDomainElasticsearchClusterConfig < ResourceProperty
          property :instance_count, 'InstanceCount'
          property :instance_type, 'InstanceType'
          property :dedicated_master_enabled, 'DedicatedMasterEnabled'
          property :dedicated_master_type, 'DedicatedMasterType'
          property :dedicated_master_count, 'DedicatedMasterCount'
          property :zone_awareness_enabled, 'ZoneAwarenessEnabled'
        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_elasticsearch_cluster_config.rb
convection-2.3.0 lib/convection/model/template/resource_property/aws_elasticsearch_domain_elasticsearch_cluster_config.rb
convection-2.2.29 lib/convection/model/template/resource_property/aws_elasticsearch_domain_elasticsearch_cluster_config.rb
convection-2.2.28.pre.beta.2 lib/convection/model/template/resource_property/aws_elasticsearch_domain_elasticsearch_cluster_config.rb
convection-2.2.28.pre.beta.1 lib/convection/model/template/resource_property/aws_elasticsearch_domain_elasticsearch_cluster_config.rb
convection-2.2.27 lib/convection/model/template/resource_property/aws_elasticsearch_domain_elasticsearch_cluster_config.rb
convection-2.2.26 lib/convection/model/template/resource_property/aws_elasticsearch_domain_elasticsearch_cluster_config.rb
convection-2.2.25 lib/convection/model/template/resource_property/aws_elasticsearch_domain_elasticsearch_cluster_config.rb
convection-2.2.24 lib/convection/model/template/resource_property/aws_elasticsearch_domain_elasticsearch_cluster_config.rb
convection-2.2.23 lib/convection/model/template/resource_property/aws_elasticsearch_domain_elasticsearch_cluster_config.rb
convection-2.2.22 lib/convection/model/template/resource_property/aws_elasticsearch_domain_elasticsearch_cluster_config.rb