Sha256: d9a5018abcf3e5fc3f23bad39c40bc4a690bef5d4db4da930c36b9e3716b349c

Contents?: true

Size: 496 Bytes

Versions: 11

Compression:

Stored size: 496 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-snapshotoptions.html
        # Snapshot Options Property Type}
        class ElasticsearchDomainSnapshotOptions < ResourceProperty
          property :automated_snapshot_start_hour, 'AutomatedSnapshotStartHour'
        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_snapshot_options.rb
convection-2.3.0 lib/convection/model/template/resource_property/aws_elasticsearch_domain_snapshot_options.rb
convection-2.2.29 lib/convection/model/template/resource_property/aws_elasticsearch_domain_snapshot_options.rb
convection-2.2.28.pre.beta.2 lib/convection/model/template/resource_property/aws_elasticsearch_domain_snapshot_options.rb
convection-2.2.28.pre.beta.1 lib/convection/model/template/resource_property/aws_elasticsearch_domain_snapshot_options.rb
convection-2.2.27 lib/convection/model/template/resource_property/aws_elasticsearch_domain_snapshot_options.rb
convection-2.2.26 lib/convection/model/template/resource_property/aws_elasticsearch_domain_snapshot_options.rb
convection-2.2.25 lib/convection/model/template/resource_property/aws_elasticsearch_domain_snapshot_options.rb
convection-2.2.24 lib/convection/model/template/resource_property/aws_elasticsearch_domain_snapshot_options.rb
convection-2.2.23 lib/convection/model/template/resource_property/aws_elasticsearch_domain_snapshot_options.rb
convection-2.2.22 lib/convection/model/template/resource_property/aws_elasticsearch_domain_snapshot_options.rb