Class: Humidifier::ApiGatewayV2::Integration
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::ApiGatewayV2::Integration resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#api_id ⇒ Object
returns the ApiId property.
-
#api_id=(value) ⇒ Object
sets the ApiId property (String).
-
#connection_id ⇒ Object
returns the ConnectionId property.
-
#connection_id=(value) ⇒ Object
sets the ConnectionId property (String).
-
#connection_type ⇒ Object
returns the ConnectionType property.
-
#connection_type=(value) ⇒ Object
sets the ConnectionType property (String).
-
#content_handling_strategy ⇒ Object
returns the ContentHandlingStrategy property.
-
#content_handling_strategy=(value) ⇒ Object
sets the ContentHandlingStrategy property (String).
-
#credentials_arn ⇒ Object
returns the CredentialsArn property.
-
#credentials_arn=(value) ⇒ Object
sets the CredentialsArn property (String).
-
#description ⇒ Object
returns the Description property.
-
#description=(value) ⇒ Object
sets the Description property (String).
-
#integration_method ⇒ Object
returns the IntegrationMethod property.
-
#integration_method=(value) ⇒ Object
sets the IntegrationMethod property (String).
-
#integration_subtype ⇒ Object
returns the IntegrationSubtype property.
-
#integration_subtype=(value) ⇒ Object
sets the IntegrationSubtype property (String).
-
#integration_type ⇒ Object
returns the IntegrationType property.
-
#integration_type=(value) ⇒ Object
sets the IntegrationType property (String).
-
#integration_uri ⇒ Object
returns the IntegrationUri property.
-
#integration_uri=(value) ⇒ Object
sets the IntegrationUri property (String).
-
#passthrough_behavior ⇒ Object
returns the PassthroughBehavior property.
-
#passthrough_behavior=(value) ⇒ Object
sets the PassthroughBehavior property (String).
-
#payload_format_version ⇒ Object
returns the PayloadFormatVersion property.
-
#payload_format_version=(value) ⇒ Object
sets the PayloadFormatVersion property (String).
-
#request_parameters ⇒ Object
returns the RequestParameters property.
-
#request_parameters=(value) ⇒ Object
sets the RequestParameters property (Json).
-
#request_templates ⇒ Object
returns the RequestTemplates property.
-
#request_templates=(value) ⇒ Object
sets the RequestTemplates property (Json).
-
#response_parameters ⇒ Object
returns the ResponseParameters property.
-
#response_parameters=(value) ⇒ Object
sets the ResponseParameters property (Json).
-
#template_selection_expression ⇒ Object
returns the TemplateSelectionExpression property.
-
#template_selection_expression=(value) ⇒ Object
sets the TemplateSelectionExpression property (String).
-
#timeout_in_millis ⇒ Object
returns the TimeoutInMillis property.
-
#timeout_in_millis=(value) ⇒ Object
sets the TimeoutInMillis property (Integer).
-
#tls_config ⇒ Object
returns the TlsConfig property.
-
#tls_config=(value) ⇒ Object
sets the TlsConfig property (Structure).
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
#api_id ⇒ Object
returns the ApiId property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def api_id properties['api_id'] end |
#api_id=(value) ⇒ Object
sets the ApiId property (String)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def api_id=(value) update_property('api_id', value) end |
#connection_id ⇒ Object
returns the ConnectionId property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def connection_id properties['connection_id'] end |
#connection_id=(value) ⇒ Object
sets the ConnectionId property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def connection_id=(value) update_property('connection_id', value) end |
#connection_type ⇒ Object
returns the ConnectionType property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def connection_type properties['connection_type'] end |
#connection_type=(value) ⇒ Object
sets the ConnectionType property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def connection_type=(value) update_property('connection_type', value) end |
#content_handling_strategy ⇒ Object
returns the ContentHandlingStrategy property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def content_handling_strategy properties['content_handling_strategy'] end |
#content_handling_strategy=(value) ⇒ Object
sets the ContentHandlingStrategy property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def content_handling_strategy=(value) update_property('content_handling_strategy', value) end |
#credentials_arn ⇒ Object
returns the CredentialsArn property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def credentials_arn properties['credentials_arn'] end |
#credentials_arn=(value) ⇒ Object
sets the CredentialsArn property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def credentials_arn=(value) update_property('credentials_arn', value) end |
#description ⇒ Object
returns the Description property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def description properties['description'] end |
#description=(value) ⇒ Object
sets the Description property (String)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def description=(value) update_property('description', value) end |
#integration_method ⇒ Object
returns the IntegrationMethod property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def integration_method properties['integration_method'] end |
#integration_method=(value) ⇒ Object
sets the IntegrationMethod property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def integration_method=(value) update_property('integration_method', value) end |
#integration_subtype ⇒ Object
returns the IntegrationSubtype property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def integration_subtype properties['integration_subtype'] end |
#integration_subtype=(value) ⇒ Object
sets the IntegrationSubtype property (String)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def integration_subtype=(value) update_property('integration_subtype', value) end |
#integration_type ⇒ Object
returns the IntegrationType property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def integration_type properties['integration_type'] end |
#integration_type=(value) ⇒ Object
sets the IntegrationType property (String)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def integration_type=(value) update_property('integration_type', value) end |
#integration_uri ⇒ Object
returns the IntegrationUri property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def integration_uri properties['integration_uri'] end |
#integration_uri=(value) ⇒ Object
sets the IntegrationUri property (String)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def integration_uri=(value) update_property('integration_uri', value) end |
#passthrough_behavior ⇒ Object
returns the PassthroughBehavior property
110 111 112 |
# File 'lib/humidifier/magic.rb', line 110 def passthrough_behavior properties['passthrough_behavior'] end |
#passthrough_behavior=(value) ⇒ Object
sets the PassthroughBehavior property (String)
115 116 117 |
# File 'lib/humidifier/magic.rb', line 115 def passthrough_behavior=(value) update_property('passthrough_behavior', value) end |
#payload_format_version ⇒ Object
returns the PayloadFormatVersion property
120 121 122 |
# File 'lib/humidifier/magic.rb', line 120 def payload_format_version properties['payload_format_version'] end |
#payload_format_version=(value) ⇒ Object
sets the PayloadFormatVersion property (String)
125 126 127 |
# File 'lib/humidifier/magic.rb', line 125 def payload_format_version=(value) update_property('payload_format_version', value) end |
#request_parameters ⇒ Object
returns the RequestParameters property
130 131 132 |
# File 'lib/humidifier/magic.rb', line 130 def request_parameters properties['request_parameters'] end |
#request_parameters=(value) ⇒ Object
sets the RequestParameters property (Json)
135 136 137 |
# File 'lib/humidifier/magic.rb', line 135 def request_parameters=(value) update_property('request_parameters', value) end |
#request_templates ⇒ Object
returns the RequestTemplates property
140 141 142 |
# File 'lib/humidifier/magic.rb', line 140 def request_templates properties['request_templates'] end |
#request_templates=(value) ⇒ Object
sets the RequestTemplates property (Json)
145 146 147 |
# File 'lib/humidifier/magic.rb', line 145 def request_templates=(value) update_property('request_templates', value) end |
#response_parameters ⇒ Object
returns the ResponseParameters property
150 151 152 |
# File 'lib/humidifier/magic.rb', line 150 def response_parameters properties['response_parameters'] end |
#response_parameters=(value) ⇒ Object
sets the ResponseParameters property (Json)
155 156 157 |
# File 'lib/humidifier/magic.rb', line 155 def response_parameters=(value) update_property('response_parameters', value) end |
#template_selection_expression ⇒ Object
returns the TemplateSelectionExpression property
160 161 162 |
# File 'lib/humidifier/magic.rb', line 160 def template_selection_expression properties['template_selection_expression'] end |
#template_selection_expression=(value) ⇒ Object
sets the TemplateSelectionExpression property (String)
165 166 167 |
# File 'lib/humidifier/magic.rb', line 165 def template_selection_expression=(value) update_property('template_selection_expression', value) end |
#timeout_in_millis ⇒ Object
returns the TimeoutInMillis property
170 171 172 |
# File 'lib/humidifier/magic.rb', line 170 def timeout_in_millis properties['timeout_in_millis'] end |
#timeout_in_millis=(value) ⇒ Object
sets the TimeoutInMillis property (Integer)
175 176 177 |
# File 'lib/humidifier/magic.rb', line 175 def timeout_in_millis=(value) update_property('timeout_in_millis', value) end |
#tls_config ⇒ Object
returns the TlsConfig property
180 181 182 |
# File 'lib/humidifier/magic.rb', line 180 def tls_config properties['tls_config'] end |
#tls_config=(value) ⇒ Object
sets the TlsConfig property (Structure)
185 186 187 |
# File 'lib/humidifier/magic.rb', line 185 def tls_config=(value) update_property('tls_config', value) end |