VersionRuntimePolicy

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

Runtime Management Config of a function.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the runtime the function is configured to use. If the runtime update mode is manual, the ARN is returned, otherwise null is returned.

Link copied to clipboard

The runtime update mode.