Preparing search index...
The search index is not available
@oneblink/storage
@oneblink/storage
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
;
}
;
}
Type declaration
cors
:
boolean
|
APIEnvironmentCorsConfiguration
env
:
string
handler
:
string
Optional
is
Waf
Enabled
?:
boolean
Optional
memory
Size
?:
number
Optional
network
?:
APIEnvironmentNetworkConfiguration
|
null
routes
:
APIEnvironmentRoute
[]
runtime
:
string
s3
:
S3ObjectCredentials
[
"s3"
]
Optional
scheduled
Functions
?:
APIDeploymentPayloadScheduledFunction
[]
scope
:
string
timeout
:
number
variables
:
{
[
key
:
string
]
:
string
;
}
[
key
:
string
]:
string
Settings
Theme
OS
Light
Dark
@oneblink/storage
Loading...