toggle menu
pulumi-alicloud-kotlin
3.76.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.fc.kotlin.outputs
/
V2FunctionInstanceLifecycleConfigPreStop
V2Function
Instance
Lifecycle
Config
Pre
Stop
data
class
V2FunctionInstanceLifecycleConfigPreStop
(
val
handler
:
String
?
=
null
,
val
timeout
:
Int
?
=
null
)
Members
Constructors
V2Function
Instance
Lifecycle
Config
Pre
Stop
Link copied to clipboard
constructor
(
handler
:
String
?
=
null
,
timeout
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
handler
Link copied to clipboard
val
handler
:
String
?
=
null
entry point of function.
timeout
Link copied to clipboard
val
timeout
:
Int
?
=
null
max running time of function.