Class: Humidifier::ElasticBeanstalk::Environment

Inherits:
Resource
  • Object
show all
Defined in:
lib/humidifier/magic.rb

Overview

A dynamically-defined class that represents an AWS::ElasticBeanstalk::Environment resource

Constant Summary

Constants inherited from Resource

Resource::COMMON_ATTRIBUTES

Instance Method Summary collapse

Methods inherited from Resource

#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property

Constructor Details

This class inherits a constructor from Humidifier::Resource

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Humidifier::Resource

Instance Method Details

#application_nameObject

returns the ApplicationName property



10
11
12
# File 'lib/humidifier/magic.rb', line 10

def application_name
  properties['application_name']
end

#application_name=(value) ⇒ Object

sets the ApplicationName property (String)



15
16
17
# File 'lib/humidifier/magic.rb', line 15

def application_name=(value)
  update_property('application_name', value)
end

#cname_prefixObject

returns the CNAMEPrefix property



20
21
22
# File 'lib/humidifier/magic.rb', line 20

def cname_prefix
  properties['cname_prefix']
end

#cname_prefix=(value) ⇒ Object

sets the CNAMEPrefix property (String)



25
26
27
# File 'lib/humidifier/magic.rb', line 25

def cname_prefix=(value)
  update_property('cname_prefix', value)
end

#descriptionObject

returns the Description property



30
31
32
# File 'lib/humidifier/magic.rb', line 30

def description
  properties['description']
end

#description=(value) ⇒ Object

sets the Description property (String)



35
36
37
# File 'lib/humidifier/magic.rb', line 35

def description=(value)
  update_property('description', value)
end

#environment_nameObject

returns the EnvironmentName property



40
41
42
# File 'lib/humidifier/magic.rb', line 40

def environment_name
  properties['environment_name']
end

#environment_name=(value) ⇒ Object

sets the EnvironmentName property (String)



45
46
47
# File 'lib/humidifier/magic.rb', line 45

def environment_name=(value)
  update_property('environment_name', value)
end

#operations_roleObject

returns the OperationsRole property



50
51
52
# File 'lib/humidifier/magic.rb', line 50

def operations_role
  properties['operations_role']
end

#operations_role=(value) ⇒ Object

sets the OperationsRole property (String)



55
56
57
# File 'lib/humidifier/magic.rb', line 55

def operations_role=(value)
  update_property('operations_role', value)
end

#option_settingsObject

returns the OptionSettings property



60
61
62
# File 'lib/humidifier/magic.rb', line 60

def option_settings
  properties['option_settings']
end

#option_settings=(value) ⇒ Object

sets the OptionSettings property (List)



65
66
67
# File 'lib/humidifier/magic.rb', line 65

def option_settings=(value)
  update_property('option_settings', value)
end

#platform_arnObject

returns the PlatformArn property



70
71
72
# File 'lib/humidifier/magic.rb', line 70

def platform_arn
  properties['platform_arn']
end

#platform_arn=(value) ⇒ Object

sets the PlatformArn property (String)



75
76
77
# File 'lib/humidifier/magic.rb', line 75

def platform_arn=(value)
  update_property('platform_arn', value)
end

#solution_stack_nameObject

returns the SolutionStackName property



80
81
82
# File 'lib/humidifier/magic.rb', line 80

def solution_stack_name
  properties['solution_stack_name']
end

#solution_stack_name=(value) ⇒ Object

sets the SolutionStackName property (String)



85
86
87
# File 'lib/humidifier/magic.rb', line 85

def solution_stack_name=(value)
  update_property('solution_stack_name', value)
end

#tagsObject

returns the Tags property



90
91
92
# File 'lib/humidifier/magic.rb', line 90

def tags
  properties['tags']
end

#tags=(value) ⇒ Object

sets the Tags property (List)



95
96
97
# File 'lib/humidifier/magic.rb', line 95

def tags=(value)
  update_property('tags', value)
end

#template_nameObject

returns the TemplateName property



100
101
102
# File 'lib/humidifier/magic.rb', line 100

def template_name
  properties['template_name']
end

#template_name=(value) ⇒ Object

sets the TemplateName property (String)



105
106
107
# File 'lib/humidifier/magic.rb', line 105

def template_name=(value)
  update_property('template_name', value)
end

#tierObject

returns the Tier property



110
111
112
# File 'lib/humidifier/magic.rb', line 110

def tier
  properties['tier']
end

#tier=(value) ⇒ Object

sets the Tier property (Structure)



115
116
117
# File 'lib/humidifier/magic.rb', line 115

def tier=(value)
  update_property('tier', value)
end

#version_labelObject

returns the VersionLabel property



120
121
122
# File 'lib/humidifier/magic.rb', line 120

def version_label
  properties['version_label']
end

#version_label=(value) ⇒ Object

sets the VersionLabel property (String)



125
126
127
# File 'lib/humidifier/magic.rb', line 125

def version_label=(value)
  update_property('version_label', value)
end