You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ApiGatewayV2::Types::UpdateRouteRequestWhen passing UpdateRouteRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
api_id: "__string", api_key_required: false,
authorization_scopes: ["StringWithLengthBetween1And64"],
authorization_type: "NONE", authorizer_id: "Id",
model_selection_expression: "SelectionExpression",
operation_name: "StringWithLengthBetween1And64",
request_models: {
"__string" => "StringWithLengthBetween1And128",
},
request_parameters: {
"__string" => {
required: false,
},
},
route_id: "__string", route_key: "SelectionKey",
route_response_selection_expression: "SelectionExpression",
target: "StringWithLengthBetween1And128",
}
Instance Attribute Summary collapse
A list of authorization scopes configured on a route.
An expression used to extract information at runtime.
A string with a length between [1-64].
.
After evaluating a selection expression, the result is compared against one or more selection keys to find a matching key.
An expression used to extract information at runtime.
A string with a length between [1-128].
.
A list of authorization scopes configured on a route. The scopes are used with a JWT authorizer to authorize the method invocation. The authorization works by matching the route scopes against the scopes parsed from the access token in the incoming request. The method invocation is authorized if any route scope matches a claimed scope in the access token. Otherwise, the invocation is not authorized. When the route scope is configured, the client must provide an access token instead of an identity token for authorization purposes.
#authorization_type ⇒ StringThe authorization type. For WebSocket APIs, valid values are NONE for open access, AWS_IAM for using AWS IAM permissions, and CUSTOM for using a Lambda authorizer. For HTTP APIs, valid values are NONE for open access, JWT for using JSON Web Tokens, AWS_IAM for using AWS IAM permissions, and CUSTOM for using a Lambda authorizer.
Possible values:
A string with a length between [1-64].
#request_models ⇒ Hash<String,String> #route_key ⇒ StringAfter evaluating a selection expression, the result is compared against one or more selection keys to find a matching key. See Selection Expressions for a list of expressions and each expression's associated selection key type.
#route_response_selection_expression ⇒ String #target ⇒ StringA string with a length between [1-128].
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4