V2FunctionInstanceLifecycleConfigArgs

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

Constructors

Link copied to clipboard
constructor(preFreeze: Output<V2FunctionInstanceLifecycleConfigPreFreezeArgs>? = null, preStop: Output<V2FunctionInstanceLifecycleConfigPreStopArgs>? = null)

Properties

Link copied to clipboard

PreFreeze function configuration. See pre_freeze below.

Link copied to clipboard

PreStop function configuration. See pre_stop below.

Functions

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