FunctionRuntimeManagementConfigArgs

data class FunctionRuntimeManagementConfigArgs(val runtimeVersionArn: Output<String>? = null, val updateRuntimeOn: Output<FunctionRuntimeManagementConfigUpdateRuntimeOn>) : ConvertibleToJava<FunctionRuntimeManagementConfigArgs>

Sets the runtime management configuration for a function's version. For more information, see Runtime updates.

Constructors

Link copied to clipboard
constructor(runtimeVersionArn: Output<String>? = null, updateRuntimeOn: Output<FunctionRuntimeManagementConfigUpdateRuntimeOn>)

Properties

Link copied to clipboard
val runtimeVersionArn: Output<String>? = null

The ARN of the runtime version you want the function to use. This is only required if you're using the Manual runtime update mode.

Link copied to clipboard

Specify the runtime update mode.

Functions

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