Sha256: fdf8ac08aa2bcb190c0c6140054b2297aaaee46eccb13796cba4ccb0e1c3fbab

Contents?: true

Size: 836 Bytes

Versions: 88

Compression:

Stored size: 836 Bytes

Contents

require_relative '../resource'
module Convection
  module Model
    class Template
      class Resource
        ##
        #  AWS::ElasticBeanstalk::Environment
        ##
        class ElasticBeanstalkEnvironment < Resource
          type 'AWS::ElasticBeanstalk::Environment', :elasticbeanstalk_environment
          property :application_name, 'ApplicationName'
          property :cname_prefix, 'CNAMEPrefix'
          property :description, 'Description'
          property :environment_name, 'EnvironmentName'
          property :option_settings, 'OptionSettings'
          property :solution_stack_name, 'SolutionStackName'
          property :tags, 'Tags'
          property :template_name, 'TemplateName'
          property :tier, 'Tier'
          property :version_label, 'VersionLabel'
        end
      end
    end
  end
end

Version data entries

88 entries across 88 versions & 1 rubygems

Version Path
convection-1.1.3 lib/convection/model/template/resource/aws_elasticbeanstalk_environment.rb
convection-1.1.2 lib/convection/model/template/resource/aws_elasticbeanstalk_environment.rb
convection-1.1.1 lib/convection/model/template/resource/aws_elasticbeanstalk_environment.rb
convection-1.1.0 lib/convection/model/template/resource/aws_elasticbeanstalk_environment.rb
convection-1.0.7 lib/convection/model/template/resource/aws_elasticbeanstalk_environment.rb
convection-1.0.6 lib/convection/model/template/resource/aws_elasticbeanstalk_environment.rb
convection-1.0.5 lib/convection/model/template/resource/aws_elasticbeanstalk_environment.rb
convection-1.0.4 lib/convection/model/template/resource/aws_elasticbeanstalk_environment.rb
convection-1.0.3 lib/convection/model/template/resource/aws_elasticbeanstalk_environment.rb
convection-1.0.2 lib/convection/model/template/resource/aws_elasticbeanstalk_environment.rb
convection-1.0.1 lib/convection/model/template/resource/aws_elasticbeanstalk_environment.rb
convection-1.0.0.pre.beta.10 lib/convection/model/template/resource/aws_elasticbeanstalk_environment.rb
convection-1.0.0.pre.beta.9 lib/convection/model/template/resource/aws_elasticbeanstalk_environment.rb
convection-1.0.0.pre.beta.8 lib/convection/model/template/resource/aws_elasticbeanstalk_environment.rb
convection-1.0.0.pre.beta.7 lib/convection/model/template/resource/aws_elasticbeanstalk_environment.rb
convection-1.0.0.pre.beta.6 lib/convection/model/template/resource/aws_elasticbeanstalk_environment.rb
convection-1.0.0.pre.beta.4 lib/convection/model/template/resource/aws_elasticbeanstalk_environment.rb
convection-1.0.0.pre.beta.1 lib/convection/model/template/resource/aws_elasticbeanstalk_environment.rb
convection-0.4.3 lib/convection/model/template/resource/aws_elasticbeanstalk_environment.rb
convection-0.4.2 lib/convection/model/template/resource/aws_elasticbeanstalk_environment.rb