A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/APIGateway/Types/TestInvokeAuthorizerRequest.html below:

TestInvokeAuthorizerRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::APIGateway::Types::TestInvokeAuthorizerRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing TestInvokeAuthorizerRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  rest_api_id: "String",   authorizer_id: "String",   headers: {
    "String" => "String",
  },
  multi_value_headers: {
    "String" => ["String"],
  },
  path_with_query_string: "String",
  body: "String",
  stage_variables: {
    "String" => "String",
  },
  additional_context: {
    "String" => "String",
  },
}

Make a request to simulate the execution of an Authorizer.

Instance Attribute Summary collapse Instance Attribute Details #additional_context ⇒ Hash<String,String>

[Optional] A key-value map of additional context variables.

[Required] Specifies a test invoke authorizer request\'s Authorizer ID.

#body ⇒ String

[Optional] The simulated request body of an incoming invocation request.

[Required] A key-value map of headers to simulate an incoming invocation request. This is where the incoming authorization token, or identity source, should be specified.

[Optional] The headers as a map from string to list of values to simulate an incoming invocation request. This is where the incoming authorization token, or identity source, may be specified.

#path_with_query_string ⇒ String

[Optional] The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

#rest_api_id ⇒ String

[Required] The string identifier of the associated RestApi.

#stage_variables ⇒ Hash<String,String>

A key-value map of stage variables to simulate an invocation on a deployed Stage.


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