Preparing search index...
The search index is not available
@oneblink/sdk
@oneblink/sdk
types
APITypes
APIDeploymentPayload
Type Alias APIDeploymentPayload
APIDeployment
Payload
:
{
cors
:
boolean
|
APIEnvironmentCorsConfiguration
;
env
:
string
;
handler
:
string
;
isWafEnabled
?:
boolean
;
memorySize
?:
number
;
network
?:
APIEnvironmentNetworkConfiguration
|
null
;
routes
:
APIEnvironmentRoute
[]
;
runtime
:
string
;
s3
:
S3ObjectCredentials
[
"s3"
]
;
scheduledFunctions
?:
APIDeploymentPayloadScheduledFunction
[]
;
scope
:
string
;
timeout
:
number
;
variables
:
{
[
key
:
string
]
:
string
;
}
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@oneblink/sdk
Loading...