Class: Humidifier::ElasticLoadBalancingV2::Listener
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::ElasticLoadBalancingV2::Listener resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#alpn_policy ⇒ Object
returns the AlpnPolicy property.
-
#alpn_policy=(value) ⇒ Object
sets the AlpnPolicy property (List).
-
#certificates ⇒ Object
returns the Certificates property.
-
#certificates=(value) ⇒ Object
sets the Certificates property (List).
-
#default_actions ⇒ Object
returns the DefaultActions property.
-
#default_actions=(value) ⇒ Object
sets the DefaultActions property (List).
-
#load_balancer_arn ⇒ Object
returns the LoadBalancerArn property.
-
#load_balancer_arn=(value) ⇒ Object
sets the LoadBalancerArn property (String).
-
#port ⇒ Object
returns the Port property.
-
#port=(value) ⇒ Object
sets the Port property (Integer).
-
#protocol ⇒ Object
returns the Protocol property.
-
#protocol=(value) ⇒ Object
sets the Protocol property (String).
-
#ssl_policy ⇒ Object
returns the SslPolicy property.
-
#ssl_policy=(value) ⇒ Object
sets the SslPolicy property (String).
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
#alpn_policy ⇒ Object
returns the AlpnPolicy property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def alpn_policy properties['alpn_policy'] end |
#alpn_policy=(value) ⇒ Object
sets the AlpnPolicy property (List)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def alpn_policy=(value) update_property('alpn_policy', value) end |
#certificates ⇒ Object
returns the Certificates property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def certificates properties['certificates'] end |
#certificates=(value) ⇒ Object
sets the Certificates property (List)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def certificates=(value) update_property('certificates', value) end |
#default_actions ⇒ Object
returns the DefaultActions property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def default_actions properties['default_actions'] end |
#default_actions=(value) ⇒ Object
sets the DefaultActions property (List)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def default_actions=(value) update_property('default_actions', value) end |
#load_balancer_arn ⇒ Object
returns the LoadBalancerArn property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def load_balancer_arn properties['load_balancer_arn'] end |
#load_balancer_arn=(value) ⇒ Object
sets the LoadBalancerArn property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def load_balancer_arn=(value) update_property('load_balancer_arn', value) end |
#port ⇒ Object
returns the Port property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def port properties['port'] end |
#port=(value) ⇒ Object
sets the Port property (Integer)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def port=(value) update_property('port', value) end |
#protocol ⇒ Object
returns the Protocol property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def protocol properties['protocol'] end |
#protocol=(value) ⇒ Object
sets the Protocol property (String)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def protocol=(value) update_property('protocol', value) end |
#ssl_policy ⇒ Object
returns the SslPolicy property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def ssl_policy properties['ssl_policy'] end |
#ssl_policy=(value) ⇒ Object
sets the SslPolicy property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def ssl_policy=(value) update_property('ssl_policy', value) end |