Class: Humidifier::ApiGatewayV2::Stage
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::ApiGatewayV2::Stage resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#access_log_settings ⇒ Object
returns the AccessLogSettings property.
-
#access_log_settings=(value) ⇒ Object
sets the AccessLogSettings property (Structure).
-
#access_policy_id ⇒ Object
returns the AccessPolicyId property.
-
#access_policy_id=(value) ⇒ Object
sets the AccessPolicyId property (String).
-
#api_id ⇒ Object
returns the ApiId property.
-
#api_id=(value) ⇒ Object
sets the ApiId property (String).
-
#auto_deploy ⇒ Object
returns the AutoDeploy property.
-
#auto_deploy=(value) ⇒ Object
sets the AutoDeploy property (Boolean).
-
#client_certificate_id ⇒ Object
returns the ClientCertificateId property.
-
#client_certificate_id=(value) ⇒ Object
sets the ClientCertificateId property (String).
-
#default_route_settings ⇒ Object
returns the DefaultRouteSettings property.
-
#default_route_settings=(value) ⇒ Object
sets the DefaultRouteSettings property (Structure).
-
#deployment_id ⇒ Object
returns the DeploymentId property.
-
#deployment_id=(value) ⇒ Object
sets the DeploymentId property (String).
-
#description ⇒ Object
returns the Description property.
-
#description=(value) ⇒ Object
sets the Description property (String).
-
#route_settings ⇒ Object
returns the RouteSettings property.
-
#route_settings=(value) ⇒ Object
sets the RouteSettings property (Json).
-
#stage_name ⇒ Object
returns the StageName property.
-
#stage_name=(value) ⇒ Object
sets the StageName property (String).
-
#stage_variables ⇒ Object
returns the StageVariables property.
-
#stage_variables=(value) ⇒ Object
sets the StageVariables property (Json).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (Json).
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
#access_log_settings ⇒ Object
returns the AccessLogSettings property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def access_log_settings properties['access_log_settings'] end |
#access_log_settings=(value) ⇒ Object
sets the AccessLogSettings property (Structure)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def access_log_settings=(value) update_property('access_log_settings', value) end |
#access_policy_id ⇒ Object
returns the AccessPolicyId property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def access_policy_id properties['access_policy_id'] end |
#access_policy_id=(value) ⇒ Object
sets the AccessPolicyId property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def access_policy_id=(value) update_property('access_policy_id', value) end |
#api_id ⇒ Object
returns the ApiId property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def api_id properties['api_id'] end |
#api_id=(value) ⇒ Object
sets the ApiId property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def api_id=(value) update_property('api_id', value) end |
#auto_deploy ⇒ Object
returns the AutoDeploy property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def auto_deploy properties['auto_deploy'] end |
#auto_deploy=(value) ⇒ Object
sets the AutoDeploy property (Boolean)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def auto_deploy=(value) update_property('auto_deploy', value) end |
#client_certificate_id ⇒ Object
returns the ClientCertificateId property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def client_certificate_id properties['client_certificate_id'] end |
#client_certificate_id=(value) ⇒ Object
sets the ClientCertificateId property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def client_certificate_id=(value) update_property('client_certificate_id', value) end |
#default_route_settings ⇒ Object
returns the DefaultRouteSettings property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def default_route_settings properties['default_route_settings'] end |
#default_route_settings=(value) ⇒ Object
sets the DefaultRouteSettings property (Structure)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def default_route_settings=(value) update_property('default_route_settings', value) end |
#deployment_id ⇒ Object
returns the DeploymentId property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def deployment_id properties['deployment_id'] end |
#deployment_id=(value) ⇒ Object
sets the DeploymentId property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def deployment_id=(value) update_property('deployment_id', value) end |
#description ⇒ Object
returns the Description property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def description properties['description'] end |
#description=(value) ⇒ Object
sets the Description property (String)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def description=(value) update_property('description', value) end |
#route_settings ⇒ Object
returns the RouteSettings property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def route_settings properties['route_settings'] end |
#route_settings=(value) ⇒ Object
sets the RouteSettings property (Json)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def route_settings=(value) update_property('route_settings', value) end |
#stage_name ⇒ Object
returns the StageName property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def stage_name properties['stage_name'] end |
#stage_name=(value) ⇒ Object
sets the StageName property (String)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def stage_name=(value) update_property('stage_name', value) end |
#stage_variables ⇒ Object
returns the StageVariables property
110 111 112 |
# File 'lib/humidifier/magic.rb', line 110 def stage_variables properties['stage_variables'] end |
#stage_variables=(value) ⇒ Object
sets the StageVariables property (Json)
115 116 117 |
# File 'lib/humidifier/magic.rb', line 115 def stage_variables=(value) update_property('stage_variables', value) end |
#tags ⇒ Object
returns the Tags property
120 121 122 |
# File 'lib/humidifier/magic.rb', line 120 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (Json)
125 126 127 |
# File 'lib/humidifier/magic.rb', line 125 def (value) update_property('tags', value) end |