Sha256: 39c459b5f723b757519aa22bfa0f741b773409427ea1ab7c1ba6cde8cfaf294d

Contents?: true

Size: 572 Bytes

Versions: 11

Compression:

Stored size: 572 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-ebsoptions.html
        # EBS Options Property Type}
        class ElasticsearchDomainEBSOptions < ResourceProperty
          property :ebs_enabled, 'EBSEnabled'
          property :volume_type, 'VolumeType'
          property :volume_size, 'VolumeSize'
          property :iops, 'Iops'
        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_ebs_options.rb
convection-2.3.0 lib/convection/model/template/resource_property/aws_elasticsearch_domain_ebs_options.rb
convection-2.2.29 lib/convection/model/template/resource_property/aws_elasticsearch_domain_ebs_options.rb
convection-2.2.28.pre.beta.2 lib/convection/model/template/resource_property/aws_elasticsearch_domain_ebs_options.rb
convection-2.2.28.pre.beta.1 lib/convection/model/template/resource_property/aws_elasticsearch_domain_ebs_options.rb
convection-2.2.27 lib/convection/model/template/resource_property/aws_elasticsearch_domain_ebs_options.rb
convection-2.2.26 lib/convection/model/template/resource_property/aws_elasticsearch_domain_ebs_options.rb
convection-2.2.25 lib/convection/model/template/resource_property/aws_elasticsearch_domain_ebs_options.rb
convection-2.2.24 lib/convection/model/template/resource_property/aws_elasticsearch_domain_ebs_options.rb
convection-2.2.23 lib/convection/model/template/resource_property/aws_elasticsearch_domain_ebs_options.rb
convection-2.2.22 lib/convection/model/template/resource_property/aws_elasticsearch_domain_ebs_options.rb