ts-lambda-api - v2.5.2
Preparing search index...
<internal>
APIGatewayEventRequestContextV2
Interface APIGatewayEventRequestContextV2
Works with HTTP API integration Payload Format version 2.0
See
https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html
interface
APIGatewayEventRequestContextV2
{
accountId
:
string
;
apiId
:
string
;
authentication
?:
{
clientCert
:
APIGatewayEventClientCertificate
}
;
domainName
:
string
;
domainPrefix
:
string
;
http
:
{
method
:
string
;
path
:
string
;
protocol
:
string
;
sourceIp
:
string
;
userAgent
:
string
;
}
;
requestId
:
string
;
routeKey
:
string
;
stage
:
string
;
time
:
string
;
timeEpoch
:
number
;
}
Index
Properties
account
Id
api
Id
authentication?
domain
Name
domain
Prefix
http
request
Id
route
Key
stage
time
time
Epoch
Properties
account
Id
accountId
:
string
api
Id
apiId
:
string
Optional
authentication
authentication
?:
{
clientCert
:
APIGatewayEventClientCertificate
}
domain
Name
domainName
:
string
domain
Prefix
domainPrefix
:
string
http
http
:
{
method
:
string
;
path
:
string
;
protocol
:
string
;
sourceIp
:
string
;
userAgent
:
string
;
}
request
Id
requestId
:
string
route
Key
routeKey
:
string
stage
stage
:
string
time
time
:
string
time
Epoch
timeEpoch
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
Id
api
Id
authentication
domain
Name
domain
Prefix
http
request
Id
route
Key
stage
time
time
Epoch
ts-lambda-api - v2.5.2
Loading...
Works with HTTP API integration Payload Format version 2.0
See