customContainerConfig

@JvmName(name = "chbgmtcudwlcsxup")
suspend fun customContainerConfig(value: Output<V3FunctionCustomContainerConfigArgs>)
@JvmName(name = "lfhlymopnruueqwo")
suspend fun customContainerConfig(value: V3FunctionCustomContainerConfigArgs?)

Parameters

value

The configuration of the custom container runtime. After the configuration is successful, the function can use the custom container image to execute the function. code and customContainerConfig. See custom_container_config below.


@JvmName(name = "djchnbjcunwcjfbw")
suspend fun customContainerConfig(argument: suspend V3FunctionCustomContainerConfigArgsBuilder.() -> Unit)

Parameters

argument

The configuration of the custom container runtime. After the configuration is successful, the function can use the custom container image to execute the function. code and customContainerConfig. See custom_container_config below.