@oneblink/apps-react
Preparing search index...
APITypes
APIDeploymentPayload
Type Alias APIDeploymentPayload
type
APIDeploymentPayload
=
{
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
}
;
}
Index
Properties
cors
env
handler
is
Waf
Enabled?
memory
Size?
network?
routes
runtime
s3
scheduled
Functions?
scope
timeout
variables
Properties
cors
cors
:
boolean
|
APIEnvironmentCorsConfiguration
env
env
:
string
handler
handler
:
string
Optional
is
Waf
Enabled
isWafEnabled
?:
boolean
Optional
memory
Size
memorySize
?:
number
Optional
network
network
?:
APIEnvironmentNetworkConfiguration
|
null
routes
routes
:
APIEnvironmentRoute
[]
runtime
runtime
:
string
s3
s3
:
S3ObjectCredentials
[
"s3"
]
Optional
scheduled
Functions
scheduledFunctions
?:
APIDeploymentPayloadScheduledFunction
[]
scope
scope
:
string
timeout
timeout
:
number
variables
variables
:
{
[
key
:
string
]:
string
}
Settings
Theme
OS
Light
Dark
On This Page
Properties
cors
env
handler
is
Waf
Enabled
memory
Size
network
routes
runtime
s3
scheduled
Functions
scope
timeout
variables
@oneblink/apps-react
Loading...