Class: ElasticBeans::ConfigurationTemplate::Exec
- Inherits:
-
Base
- Object
- ElasticBeans::ConfigurationTemplate
- Base
- ElasticBeans::ConfigurationTemplate::Exec
- Defined in:
- lib/elastic_beans/configuration_template/exec.rb
Overview
The “exec” configuration template stored in the Elastic Beanstalk application. Settings for the exec environment are stored here, such as the exec queue URL.
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) ⇒ Exec
constructor
A new instance of Exec.
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) ⇒ Exec
Returns a new instance of Exec.
8 9 10 |
# File 'lib/elastic_beans/configuration_template/exec.rb', line 8 def initialize(**args) super(name: "exec", **args) end |