Class: ElasticBeans::ConfigurationTemplate::Scheduler

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

Overview

The “scheduler” configuration template stored in the Elastic Beanstalk application. Settings for the scheduler 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) ⇒ Scheduler

Returns a new instance of Scheduler.



6
7
8
# File 'lib/elastic_beans/configuration_template/scheduler.rb', line 6

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