FunctionRuntimeManagementConfig

data class FunctionRuntimeManagementConfig(val runtimeVersionArn: String? = null, val updateRuntimeOn: FunctionRuntimeManagementConfigUpdateRuntimeOn)

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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