ts-lambda-api - v2.5.2
Preparing search index...
<internal>
APIGatewayEventRequestContextWithAuthorizer
Interface APIGatewayEventRequestContextWithAuthorizer<TAuthorizerContext>
interface
APIGatewayEventRequestContextWithAuthorizer
<
TAuthorizerContext
>
{
accountId
:
string
;
apiId
:
string
;
authorizer
:
TAuthorizerContext
;
connectedAt
?:
number
;
connectionId
?:
string
;
domainName
?:
string
;
domainPrefix
?:
string
;
eventType
?:
string
;
extendedRequestId
?:
string
;
httpMethod
:
string
;
identity
:
APIGatewayEventIdentity
;
messageDirection
?:
string
;
messageId
?:
string
;
path
:
string
;
protocol
:
string
;
requestId
:
string
;
requestTime
?:
string
;
requestTimeEpoch
:
number
;
resourceId
:
string
;
resourcePath
:
string
;
routeKey
?:
string
;
stage
:
string
;
}
Type Parameters
TAuthorizerContext
Index
Properties
account
Id
api
Id
authorizer
connected
At?
connection
Id?
domain
Name?
domain
Prefix?
event
Type?
extended
Request
Id?
http
Method
identity
message
Direction?
message
Id?
path
protocol
request
Id
request
Time?
request
Time
Epoch
resource
Id
resource
Path
route
Key?
stage
Properties
account
Id
accountId
:
string
api
Id
apiId
:
string
authorizer
authorizer
:
TAuthorizerContext
Optional
connected
At
connectedAt
?:
number
Optional
connection
Id
connectionId
?:
string
Optional
domain
Name
domainName
?:
string
Optional
domain
Prefix
domainPrefix
?:
string
Optional
event
Type
eventType
?:
string
Optional
extended
Request
Id
extendedRequestId
?:
string
http
Method
httpMethod
:
string
identity
identity
:
APIGatewayEventIdentity
Optional
message
Direction
messageDirection
?:
string
Optional
message
Id
messageId
?:
string
path
path
:
string
protocol
protocol
:
string
request
Id
requestId
:
string
Optional
request
Time
requestTime
?:
string
request
Time
Epoch
requestTimeEpoch
:
number
resource
Id
resourceId
:
string
resource
Path
resourcePath
:
string
Optional
route
Key
routeKey
?:
string
stage
stage
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
Id
api
Id
authorizer
connected
At
connection
Id
domain
Name
domain
Prefix
event
Type
extended
Request
Id
http
Method
identity
message
Direction
message
Id
path
protocol
request
Id
request
Time
request
Time
Epoch
resource
Id
resource
Path
route
Key
stage
ts-lambda-api - v2.5.2
Loading...