Class: ElasticBeans::ConfigurationTemplate::Webserver
- Inherits:
-
Base
- Object
- ElasticBeans::ConfigurationTemplate
- Base
- ElasticBeans::ConfigurationTemplate::Webserver
- 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
Instance Method Summary collapse
-
#initialize(**args) ⇒ Webserver
constructor
A new instance of Webserver.
Methods inherited from Base
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 |