pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.fc.kotlin.outputs
/
V2FunctionInstanceLifecycleConfigPreFreeze
V2Function
Instance
Lifecycle
Config
Pre
Freeze
data
class
V2FunctionInstanceLifecycleConfigPreFreeze
(
val
handler
:
String
?
=
null
,
val
timeout
:
Int
?
=
null
)
Types
Constructors
Properties
Constructors
V2Function
Instance
Lifecycle
Config
Pre
Freeze
Link copied to clipboard
fun
V2FunctionInstanceLifecycleConfigPreFreeze
(
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.