Class: ElasticBeans::ConfigurationTemplate::Webserver

Inherits:
Base show all
Defined in:
lib/elastic_beans/configuration_template/webserver.rb

Overview

The “webserver” configuration template stored in the Elastic Beanstalk application. Settings for the webserver environment are stored here.

Constant Summary

Constants inherited from ElasticBeans::ConfigurationTemplate

SOLUTION_STACK_PATTERN, SOURCE_CONFIGURATION, WORKER_TEMPLATE_NAME_PATTERN

Instance Attribute Summary

Attributes inherited from ElasticBeans::ConfigurationTemplate

#name

Instance Method Summary collapse

Methods inherited from Base

#solution_stack_name

Methods inherited from ElasticBeans::ConfigurationTemplate

#environment, new_by_type, new_from_existing, #option_settings, #options_to_remove, #solution_stack_name, #upsert

Constructor Details

#initialize(**args) ⇒ Webserver

Returns a new instance of Webserver.



8
9
10
# File 'lib/elastic_beans/configuration_template/webserver.rb', line 8

def initialize(**args)
  super(name: "webserver", **args)
end