V2FunctionInstanceLifecycleConfigArgs

data class V2FunctionInstanceLifecycleConfigArgs(val preFreeze: Output<V2FunctionInstanceLifecycleConfigPreFreezeArgs>? = null, val preStop: Output<V2FunctionInstanceLifecycleConfigPreStopArgs>? = null) : ConvertibleToJava<V2FunctionInstanceLifecycleConfigArgs>

Constructors

Functions

Link copied to clipboard
open override fun toJava(): V2FunctionInstanceLifecycleConfigArgs

Properties

Link copied to clipboard

PreFreeze function configuration. See pre_freeze below.

Link copied to clipboard

PreStop function configuration. See pre_stop below.