class
Amazonite::EventBridge::HttpParameters
- Amazonite::EventBridge::HttpParameters
- Reference
- Object
Overview
These are custom parameter to be used when the target is an API Gateway APIs or EventBridge ApiDestinations. In the latter case, these are merged with any InvocationParameters specified on the Connection, with any values from the Connection taking precedence.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/http_parameters.crConstructors
- .new(pull : JSON::PullParser)
- .new(path_parameter_values : Array(String) | Nil = nil, header_parameters : Hash(String, String) | Nil = nil, query_string_parameters : Hash(String, String) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#header_parameters : Hash(String, String) | Nil
The headers that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.
-
#header_parameters=(header_parameters : Hash(String, String) | Nil)
The headers that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.
-
#path_parameter_values : Array(String) | Nil
The path parameter values to be used to populate API Gateway API or EventBridge ApiDestination path wildcards ("*").
-
#path_parameter_values=(path_parameter_values : Array(String) | Nil)
The path parameter values to be used to populate API Gateway API or EventBridge ApiDestination path wildcards ("*").
-
#query_string_parameters : Hash(String, String) | Nil
The query string keys/values that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.
-
#query_string_parameters=(query_string_parameters : Hash(String, String) | Nil)
The query string keys/values that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The headers that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.
The headers that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.
The path parameter values to be used to populate API Gateway API or EventBridge ApiDestination path wildcards ("*").
The path parameter values to be used to populate API Gateway API or EventBridge ApiDestination path wildcards ("*").
The query string keys/values that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.
The query string keys/values that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.