TestInvokeAuthorizerRequest
public struct TestInvokeAuthorizerRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
[Optional] A key-value map of additional context variables.
Declaration
Swift
public let additionalContext: [String : String]?
-
[Required] Specifies a test invoke authorizer request’s Authorizer ID.
Declaration
Swift
public let authorizerId: String
-
[Optional] The simulated request body of an incoming invocation request.
Declaration
Swift
public let body: String?
-
[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.
Declaration
Swift
public let headers: [String : String]?
-
[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.
Declaration
Swift
public let multiValueHeaders: [String : [String]]?
-
[Optional] The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.
Declaration
Swift
public let pathWithQueryString: String?
-
[Required] The string identifier of the associated RestApi.
Declaration
Swift
public let restApiId: String
-
A key-value map of stage variables to simulate an invocation on a deployed Stage.
Declaration
Swift
public let stageVariables: [String : String]?
-
init(additionalContext:authorizerId:body:headers:multiValueHeaders:pathWithQueryString:restApiId:stageVariables:)
Undocumented
Declaration
Swift
public init(additionalContext: [String : String]? = nil, authorizerId: String, body: String? = nil, headers: [String : String]? = nil, multiValueHeaders: [String : [String]]? = nil, pathWithQueryString: String? = nil, restApiId: String, stageVariables: [String : String]? = nil)